home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dacaf7256e4ca8a135e5b3454bb5d6792f3059ea
parent 502171858ecff3dc417f280448fee858f5e6cd7d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  2 Jan 2020 15:09:26 +0100

i3.nix: hook hyper+shift+u to screenlayout + background

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/i3.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/i3.nix b/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 = {};