Change terminal to st

This commit is contained in:
Wiktor Zykubek 2019-10-03 20:18:58 +02:00
parent 9b592bea74
commit ff15658693
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ font xft:URWGothic-Book 11
floating_modifier $mod floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec termite bindsym $mod+Return exec st
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

View File

@ -9,7 +9,7 @@
## My setup ## My setup
* distro: arch linux * distro: arch linux
* browser: qutebrowser * browser: qutebrowser
* terminal: termite * terminal: st
* file manager: ranger * file manager: ranger
* app menu: dmenu * app menu: dmenu
* text editor: neovim * text editor: neovim