[Shell] Personal dotfiles and scripts to deploy them.
Replace fallback terminal with xfce4-terminal.
herbstluftwm-autostart.org
@@ -91,10 +91,10 @@
91
91
92
92
** Spawn a terminal
93
93
94
Removed:
We use our $TERMINAL with ~st~ as fallback.
94
Added:
We use our $TERMINAL with ~xfce4-terminal~ as fallback.
95
95
96
96
#+BEGIN_SRC shell
97
Removed:
hc keybind $Mod-Return spawn "${TERMINAL:-st}"
97
Added:
hc keybind $Mod-Return spawn "${TERMINAL:-xfce4-terminal}"
98
98
#+END_SRC
99
99
100
100