chore(sway): Add secondary terminal keybind
This commit is contained in:
parent
d1379cdf99
commit
531fae0bb0
1 changed files with 9 additions and 7 deletions
|
@ -206,21 +206,23 @@ bindsym {
|
||||||
-B 'Yes, exit sway' 'swaymsg exit'
|
-B 'Yes, exit sway' 'swaymsg exit'
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
$flag+q kill
|
$flag+q kill
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
$flag+Return exec $term
|
$flag+Return exec $term
|
||||||
$alt+space exec $menu
|
Control+$alt+t exec $term
|
||||||
$alt+Tab focus prev
|
|
||||||
$flag+Tab exec $window_switcher
|
$alt+space exec $menu
|
||||||
|
$alt+Tab focus prev
|
||||||
|
$flag+Tab exec $window_switcher
|
||||||
|
|
||||||
--whole-window $alt+$scrollUp focus prev
|
--whole-window $alt+$scrollUp focus prev
|
||||||
--whole-window $alt+$scrollDown focus next
|
--whole-window $alt+$scrollDown focus next
|
||||||
|
|
||||||
# Lock the screen
|
# Lock the screen
|
||||||
$flag+Delete exec $lock
|
$flag+Delete exec $lock
|
||||||
|
|
||||||
# File explorer
|
# File explorer
|
||||||
$flag+e exec $term -e vifm
|
$flag+e exec $term -e vifm
|
||||||
}
|
}
|
||||||
|
|
||||||
bindgesture {
|
bindgesture {
|
||||||
|
|
Loading…
Reference in a new issue