set alacritty as default terminal emulator

This commit is contained in:
alex 2021-10-12 23:39:50 -04:00
parent 4be6cafb11
commit 7e65c031ca
1 changed files with 1 additions and 4 deletions

View File

@ -8,8 +8,6 @@ hc() {
hc emit_hook reload hc emit_hook reload
# xsetroot -solid '#5A8E3A'
# remove all existing keybindings # remove all existing keybindings
hc keyunbind --all hc keyunbind --all
@ -21,8 +19,7 @@ Mod=Mod1 # Use alt as the main modifier
hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-q quit
hc keybind $Mod-Shift-r reload hc keybind $Mod-Shift-r reload
hc keybind $Mod-Shift-c close hc keybind $Mod-Shift-c close
#hc keybind $Mod-Return spawn "${TERMINAL:-xterm}" # use your $TERMINAL with xterm as fallback hc keybind $Mod-Return spawn alacritty
hc keybind $Mod-Return spawn urxvt
# launch rofi # launch rofi
hc keybind $Mod-d spawn rofi -modi drun -show drun hc keybind $Mod-d spawn rofi -modi drun -show drun