Key : Swap launch and bar.
This commit is contained in:
parent
07b0e95f4a
commit
afd407bbbd
|
@ -37,7 +37,7 @@
|
||||||
seek = "C";
|
seek = "C";
|
||||||
wait = "z";
|
wait = "z";
|
||||||
exit = "Z";
|
exit = "Z";
|
||||||
launch = "r";
|
launch = "space";
|
||||||
repeat = ".";
|
repeat = ".";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
sway = {
|
sway = {
|
||||||
launch.terminal = "Escape";
|
launch.terminal = "Escape";
|
||||||
mod = "Mod4";
|
mod = "Mod4";
|
||||||
bar = "space";
|
bar = "r";
|
||||||
notification = {
|
notification = {
|
||||||
dismiss = "shift+N";
|
dismiss = "shift+N";
|
||||||
restore = "n";
|
restore = "n";
|
||||||
|
|
Loading…
Reference in a new issue