[ADD][I3] Binding to launch terminal without tmux
This commit is contained in:
parent
d623269090
commit
3695e78d96
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ floating_modifier $mod
|
|||
|
||||
# Start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
# Start a terminal without lauching tmux
|
||||
bindsym $mod+Shift+Return exec env TMUX=nil i3-sensible-terminal
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue