[i3] $mod+enter to open terminal too

This commit is contained in:
M1dgard 2018-08-22 00:38:34 +02:00
parent 78d1658acf
commit ef9a19b260
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -137,9 +137,10 @@ mode $openmode {
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
bindsym Return mode "default"
bindsym KP_Enter mode "default"
bindsym Escape mode "default"
bindsym $mod+o mode "default"
}