[Sway] Harmonize keybindings with my other WMs
This commit is contained in:
parent
86101c7cca
commit
a10f3d0479
@ -89,8 +89,8 @@ mode "resize" {
|
|||||||
bindsym q mode "default"
|
bindsym q mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
mode "bluetooth" {
|
mode "buffers" {
|
||||||
bindsym c exec bluetooth-connect; mode "default"
|
bindsym d kill; mode "default"
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
@ -100,6 +100,7 @@ mode "bluetooth" {
|
|||||||
|
|
||||||
mode "rofi" {
|
mode "rofi" {
|
||||||
bindsym a exec awiki; mode "default"
|
bindsym a exec awiki; mode "default"
|
||||||
|
bindsym b exec bluetooth-connect; mode "default"
|
||||||
bindsym e exec rofi-emoji; mode "default"
|
bindsym e exec rofi-emoji; mode "default"
|
||||||
bindsym r exec $menu; mode "default"
|
bindsym r exec $menu; mode "default"
|
||||||
bindsym s exec rofi -show ssh; mode "default"
|
bindsym s exec rofi -show ssh; mode "default"
|
||||||
@ -175,7 +176,7 @@ mode "leader" {
|
|||||||
bindsym plus scratchpad show; mode "default"
|
bindsym plus scratchpad show; mode "default"
|
||||||
|
|
||||||
bindsym a mode "apps"
|
bindsym a mode "apps"
|
||||||
bindsym b mode "bluetooth"
|
bindsym b mode "buffers"
|
||||||
bindsym q mode "sway"
|
bindsym q mode "sway"
|
||||||
bindsym w mode "windows"
|
bindsym w mode "windows"
|
||||||
bindsym Print mode "screenshot"
|
bindsym Print mode "screenshot"
|
||||||
|
Loading…
Reference in New Issue
Block a user