[i3] $mod+enter to open terminal too
This commit is contained in:
parent
78d1658acf
commit
ef9a19b260
1 changed files with 3 additions and 2 deletions
|
@ -137,9 +137,10 @@ mode $openmode {
|
||||||
|
|
||||||
bindsym space exec "$launcher", mode default
|
bindsym space exec "$launcher", mode default
|
||||||
|
|
||||||
|
bindsym Return exec $term, mode "default"
|
||||||
|
bindsym KP_Enter exec $term, mode "default"
|
||||||
|
|
||||||
# back to normal: Enter, Escape or mod+r
|
# back to normal: Enter, Escape or mod+r
|
||||||
bindsym Return mode "default"
|
|
||||||
bindsym KP_Enter mode "default"
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym $mod+o mode "default"
|
bindsym $mod+o mode "default"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue