diff options
Diffstat (limited to 'config/herbstluftwm/autostart')
-rwxr-xr-x | config/herbstluftwm/autostart | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 09fe470..da0aa44 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -111,11 +111,15 @@ hc keybind $Mod-Shift-q cycle_all -1 hc keybind $Mod-Shift-c close -hc keybind $Mod-Return spawn urxvt +hc keybind $Mod-Return spawn alacritty hc keybind $Mod-backslash spawn dmenu_run -i -b -nb '#454545' -nf '#9fbc00' -sb '#9fbc00' -sf '#454545' -p 'exec:' hc keybind $Mod-semicolon spawn /usr/share/doc/herbstluftwm/examples/herbstcommander.sh hc keybind $Mod-Print spawn scrot hc keybind $Mod-Shift-apostrophe spawn loginctl lock-session +hc keybind $Mod-Shift-t spawn xkbdlock Shift Escape + +hc keybind XF86AudioLowerVolume spawn wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05- +hc keybind XF86AudioRaiseVolume spawn wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+ hc mousebind $Mod-Button1 move hc mousebind $Mod-Button2 zoom @@ -123,6 +127,7 @@ hc mousebind $Mod-Button3 resize hc rule focus=off +hc rule class='Alacritty' focus=on hc rule class='URxvt' focus=on hc rule class='firefox' focus=on hc rule class='mpv' focus=on |