diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2025-03-24 21:10:53 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2025-03-24 21:10:53 -0700 |
commit | 95fe224ccf72dcb9b74b93a507b3ad277841c648 (patch) | |
tree | b0474741ef09e8b3a22aa4a18ed642d85e0ec4ba /config/herbstluftwm/autostart | |
parent | 893e9748cf241a496726c4fe0bb52c0996be3909 (diff) | |
download | dotfiles-95fe224ccf72dcb9b74b93a507b3ad277841c648.tar.gz dotfiles-95fe224ccf72dcb9b74b93a507b3ad277841c648.tar.xz |
add alacritty config
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 |