home: i3: shortcut to trigger autorandr
Sometimes it doesn't fire automagically, let's make it easy to trigger it manually
This commit is contained in:
parent
5181b26bd7
commit
f002faacca
|
@ -115,6 +115,8 @@ in {
|
|||
|
||||
"${modifier}+l" = "exec --no-startup-id betterlockscreen --lock";
|
||||
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show run";
|
||||
|
||||
"${modifier}+Shift+a" = ''exec --no-startup-id autorandr --change'';
|
||||
};
|
||||
|
||||
modes = let
|
||||
|
|
Loading…
Reference in a new issue