feat(sway): add mod-shift-m keybinding to reset display
parent
24b86f821b
commit
0b5ba97b32
|
@ -109,6 +109,7 @@ in
|
||||||
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
|
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
|
||||||
"${modifier}+Shift+s" = "exec shotman --capture region --copy";
|
"${modifier}+Shift+s" = "exec shotman --capture region --copy";
|
||||||
"${modifier}+l" = "exec ${lock_command}";
|
"${modifier}+l" = "exec ${lock_command}";
|
||||||
|
"${modifier}+Shift+m" = "output DP-2 power off, output DP-3 power off, output DP-2 power on, output DP-3 power on";
|
||||||
};
|
};
|
||||||
|
|
||||||
assigns = {
|
assigns = {
|
||||||
|
|
Loading…
Reference in New Issue