From f002faacca2d3369c5b627a32040f353a12828ff Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 8 Feb 2024 11:31:55 +0100 Subject: [PATCH] home: i3: shortcut to trigger autorandr Sometimes it doesn't fire automagically, let's make it easy to trigger it manually --- home/x/i3.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index b41d0c3..aad17eb 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -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