From 7e65c031ca4673d5a5bc30098bf22bfba88a0b43 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 12 Oct 2021 23:39:50 -0400 Subject: [PATCH] set alacritty as default terminal emulator --- herbstluftwm/autostart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 6ff7943..7fa12f8 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -8,8 +8,6 @@ hc() { hc emit_hook reload -# xsetroot -solid '#5A8E3A' - # remove all existing keybindings 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-r reload 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 urxvt +hc keybind $Mod-Return spawn alacritty # launch rofi hc keybind $Mod-d spawn rofi -modi drun -show drun