Skip to content

Commit b84c61e

Browse files
committed
update terminal start command for Meta-Return
1 parent 689da0c commit b84c61e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.config/i3/config

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ floating_modifier $mod
4646

4747
# start a terminal
4848
#bindsym $mod+Return exec i3-sensible-terminal
49-
bindsym $mod+Return exec st -t "Simple Terminal" -f "Source Code Pro:style=Semibold:size=10"
49+
#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"
5051
#bindsym $mod+Return exec xterm
5152

5253
# kill focused window

0 commit comments

Comments
 (0)