added xconf

This commit is contained in:
Sheppy
2016-11-03 00:38:04 +01:00
parent 50ec722231
commit 452094a1d9
5 changed files with 15 additions and 2 deletions

View File

@@ -108,6 +108,14 @@ hc keybind $Mod-Shift-Tab cycle_all -1
hc keybind $Mod-c cycle
#hc keybind $Mod-i jumpto urgent
#pulseaudio
hc keybind XF86AudioRaiseVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +8%' #increase sound volume
hc keybind $Mod-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +8%'
hc keybind XF86AudioLowerVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ 70%' #decrease sound volume
hc keybind $Mod-Shift-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ 70%'
hc keybind XF86AudioMute spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle' #toggle mute
hc keybind $Mod-m spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
# theme
hc attr theme.tiling.reset 1
hc attr theme.floating.reset 1