diff options
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-x | herbstluftwm/files/autostart | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/herbstluftwm/files/autostart b/herbstluftwm/files/autostart index fb26a3d..e4c106c 100755 --- a/herbstluftwm/files/autostart +++ b/herbstluftwm/files/autostart @@ -61,6 +61,10 @@ hc keybind $Mod-Control-Down resize down +$resizestep hc keybind $Mod-Control-Up resize up +$resizestep hc keybind $Mod-Control-Right resize right +$resizestep +# mediakeys + +hc keybind XF86AudioPlay spawn playerctl play-pause + # tags tag_names=( eins zwei drei vier ) tag_keys=( {1..9} 0 ) |