sway: use super+x to focus child
This is more in line with how increase/decrease works in vim.
This commit is contained in:
parent
d08ebb90e1
commit
a33c87eece
|
@ -26,7 +26,7 @@
|
||||||
};
|
};
|
||||||
modifier = "Mod4"; # super
|
modifier = "Mod4"; # super
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"Mod4+z" = "focus child";
|
"Mod4+x" = "focus child";
|
||||||
"Mod4+Escape" = "exec loginctl lock-session";
|
"Mod4+Escape" = "exec loginctl lock-session";
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
|
|
Loading…
Reference in a new issue