We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689da0c commit b84c61eCopy full SHA for b84c61e
.config/i3/config
@@ -46,7 +46,8 @@ floating_modifier $mod
46
47
# start a terminal
48
#bindsym $mod+Return exec i3-sensible-terminal
49
-bindsym $mod+Return exec st -t "Simple Terminal" -f "Source Code Pro:style=Semibold:size=10"
+#bindsym $mod+Return exec /usr/local/bin/st -t "Simple Terminal" -f "Source Code Pro:style=Semibold:size=10"
50
+bindsym $mod+Return exec /usr/local/bin/st -t "Simple Terminal"
51
#bindsym $mod+Return exec xterm
52
53
# kill focused window
0 commit comments