Change change binding binding to Alt+mod+c/q
This commit is contained in:
parent
d4cbb27bec
commit
0f3fe01492
1 changed files with 2 additions and 5 deletions
|
|
@ -170,9 +170,6 @@ bindsym $mod+Alt+l exec swaylock
|
||||||
|
|
||||||
bindsym $mod+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
|
bindsym $mod+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
|
||||||
|
|
||||||
mode "keyboard_layout" {
|
bindsym $mod+Alt+c exec swaymsg input type:keyboard xkb_variant colemak && notify-send "Layout Change" "colemak"
|
||||||
bindsym c mode "default", exec swaymsg input type:keyboard xkb_variant colemak && notify-send "Layout Change" "colemak"
|
bindsym $mod+Alt+q exec swaymsg input type:keyboard xkb_variant '""' && notify-send "Layout Change" "qwerty"
|
||||||
bindsym q mode "default", exec swaymsg input type:keyboard xkb_variant '""' && notify-send "Layout Change" "qwerty"
|
|
||||||
}
|
|
||||||
|
|
||||||
bindsym $mod+t mode keyboard_layout
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue