chore(sway): Add secondary terminal keybind
This commit is contained in:
parent
d1379cdf99
commit
531fae0bb0
1 changed files with 9 additions and 7 deletions
|
@ -209,6 +209,8 @@ bindsym {
|
||||||
$flag+q kill
|
$flag+q kill
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
$flag+Return exec $term
|
$flag+Return exec $term
|
||||||
|
Control+$alt+t exec $term
|
||||||
|
|
||||||
$alt+space exec $menu
|
$alt+space exec $menu
|
||||||
$alt+Tab focus prev
|
$alt+Tab focus prev
|
||||||
$flag+Tab exec $window_switcher
|
$flag+Tab exec $window_switcher
|
||||||
|
|
Loading…
Reference in a new issue