Change from volumeicon to pasystray and bindsym
This commit is contained in:
parent
301c02a43a
commit
5f3eecd871
@ -9,7 +9,7 @@ exec --no-startup-id nm-applet
|
|||||||
exec --no-startup-id redshift-gtk -l 43:-72
|
exec --no-startup-id redshift-gtk -l 43:-72
|
||||||
exec --no-startup-id insync start
|
exec --no-startup-id insync start
|
||||||
exec --no-startup-id syncthing-gtk
|
exec --no-startup-id syncthing-gtk
|
||||||
exec --no-startup-id start-pulseaudio-x11 && sleep 10 && volumeicon
|
exec --no-startup-id pasystray -a
|
||||||
exec --no-startup-id udiskie -s0
|
exec --no-startup-id udiskie -s0
|
||||||
exec --no-startup-id caffeine
|
exec --no-startup-id caffeine
|
||||||
exec --no-startup-id thunderbird
|
exec --no-startup-id thunderbird
|
||||||
@ -63,6 +63,13 @@ bindsym XF86MonBrightnessDown exec light -U 10
|
|||||||
bindsym Mod1+XF86MonBrightnessUp exec light -A 1
|
bindsym Mod1+XF86MonBrightnessUp exec light -A 1
|
||||||
bindsym Mod1+XF86MonBrightnessDown exec light -U 1
|
bindsym Mod1+XF86MonBrightnessDown exec light -U 1
|
||||||
|
|
||||||
|
# Volume Control
|
||||||
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
bindsym Mod1+XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||||
|
bindsym Mod1+XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +1%
|
||||||
|
|
||||||
# Screen Rotation
|
# Screen Rotation
|
||||||
bindsym $mod+Mod1+Down exec $config_dir/rotate.sh 0
|
bindsym $mod+Mod1+Down exec $config_dir/rotate.sh 0
|
||||||
bindsym $mod+Mod1+Right exec $config_dir/rotate.sh 1
|
bindsym $mod+Mod1+Right exec $config_dir/rotate.sh 1
|
||||||
|
Loading…
Reference in New Issue
Block a user