Skip to content

Commit

Permalink
home: i3: shortcut to trigger autorandr
Browse files Browse the repository at this point in the history
Sometimes it doesn't fire automagically, let's make it easy to trigger
it manually
  • Loading branch information
alarsyo committed Feb 8, 2024
1 parent 5181b26 commit f002faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/x/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f002faa

Please sign in to comment.