sway: start floating term on mod+shift+Return

This commit is contained in:
Konstantin Koslowski 2022-04-22 11:28:53 +02:00
parent ac387d4c1b
commit 64e549d533

1
config
View file

@ -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