sway: start floating term on mod+shift+Return
This commit is contained in:
parent
ac387d4c1b
commit
64e549d533
1 changed files with 1 additions and 0 deletions
1
config
1
config
|
@ -88,6 +88,7 @@ input type:keyboard {
|
||||||
#
|
#
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
bindsym $mod+Shift+Return exec $term_cmd
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
Loading…
Reference in a new issue