Commit dacaf7256e4c

Vincent Demeester <vincent@sbr.pm>
2020-01-02 15:09:26
i3.nix: hook hyper+shift+u to screenlayout + background
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5021718
Changed files (1)
modules
profiles
modules/profiles/i3.nix
@@ -130,7 +130,7 @@ in
           "Mod4+Shift+114" = "focus output right";
           # Custom keybinding
           "Mod4+Shift+32" = "exec loginctl lock-session";
-          "Mod4+Shift+39" = "exec sleep 1 && xset dpms force standby";
+          "Mod4+Shift+39" = "exec ~/.screenlayout/home-work.sh && systemctl --user start random-background.service";
           "Mod4+24" = "border toggle";
         };
         modes = {};