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:
Antoine Martin 2024-02-08 11:31:55 +01:00
parent 5181b26bd7
commit f002faacca

View file

@ -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