diff options
Diffstat (limited to 'home/cez/modules')
-rw-r--r-- | home/cez/modules/wayland.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index bfba63e..1d63f76 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -1,7 +1,9 @@ -{ pkgs, ... }: let - wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts {}; +{ pkgs, ... }: +let + wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts { }; freezshot = "${wayland-scripts}/bin/freezshot"; -in { +in +{ wayland.windowManager.sway.settings = { # vendor hardcoded screenshot key bindsym."mod4+shift+s" = "exec ${freezshot}"; |