updates
This commit is contained in:
parent
10bd8898c4
commit
1c237eb0db
5 changed files with 4 additions and 7 deletions
|
|
@ -25,6 +25,7 @@ exec-once=swaync
|
||||||
exec-once=/usr/lib/kdeconnectd
|
exec-once=/usr/lib/kdeconnectd
|
||||||
exec-once=kdeconnect-indicator
|
exec-once=kdeconnect-indicator
|
||||||
exec-once=blueman-applet
|
exec-once=blueman-applet
|
||||||
|
exec-once=nm-applet
|
||||||
|
|
||||||
# clipboard
|
# clipboard
|
||||||
exec-once=wl-paste --type text --watch cliphist store
|
exec-once=wl-paste --type text --watch cliphist store
|
||||||
|
|
|
||||||
|
|
@ -132,8 +132,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
#bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
||||||
#bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
||||||
|
|
||||||
# Requires playerctl
|
# Requires playerctl
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/home/mfortin/.cache/paru/clone/bun-bin/src/bun-linux-x64/bun
|
|
||||||
|
|
@ -12,7 +12,7 @@ if [ ! -z "$nvidia_output" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
intel_output=$(lspci -nnk | grep -A 3 -P '^(\d{4}:)?\d{2}:\d{2}\.\d\s+VGA compatible controller.*Intel')
|
intel_output=$(lspci -nnk | grep -A 3 -P '^(\d{4}:)?\d{2}:\d{2}\.\d\s+VGA compatible controller.*Intel')
|
||||||
if [ ! -z "$intel_output"]; then
|
if [ ! -z "$intel_output" ]; then
|
||||||
echo "-------------------------------------"
|
echo "-------------------------------------"
|
||||||
echo "Intel Graphics:"
|
echo "Intel Graphics:"
|
||||||
echo "$intel_output" | grep "Kernel driver in use"
|
echo "$intel_output" | grep "Kernel driver in use"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue