diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-24 20:22:36 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-24 20:22:59 +0100 |
commit | 9cb0a67e4e56135b050dfd813a4f11ce0e8b8bdd (patch) | |
tree | 5a55c62f9b6550d25ca1056d659756475fef44a3 /home-manager/compositor | |
parent | 6bb38de65d564e5b7105bf931e44c87ab1717e5a (diff) |
wallpaper, nil, other stuff
Diffstat (limited to 'home-manager/compositor')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index 1eeb666..f9209d8 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -7,6 +7,7 @@ in home.packages = with pkgs; [ rofi-wayland-unwrapped rofi-rbw-wayland + grimblast ]; wayland.windowManager.hyprland.enable = true; @@ -71,6 +72,8 @@ in bind = [ + "$mod, P, exec, ${pkgs.grimblast}/bin/grimblast copy area" + "$mod SHIFT, P, exec, ${pkgs.grimblast}/bin/grimblast copy screen" "$mod, D, exec, ${pkgs.rofi-wayland-unwrapped}/bin/rofi -show drun" "$mod SHIFT, D, exec, ${pkgs.rofi-rbw-wayland}/bin/rofi-rbw" "$mod, F, fullscreen, 1" |