diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index e4d5cce7..b12c4600 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -8,10 +8,12 @@ }) ]; services.blueman.enable = true; - environment.systemPackages = [ - pkgs.pavucontrol - pkgs.pamixer - pkgs.pulseaudio + environment.systemPackages = with pkgs; [ + pavucontrol + pamixer + pulseaudio + grim + slurp ]; security.pam.services.swaylock = {}; programs.hyprland = { diff --git a/home/desktop/config/hypr/keybinds.conf b/home/desktop/config/hypr/keybinds.conf index 18344516..9a4f3339 100644 --- a/home/desktop/config/hypr/keybinds.conf +++ b/home/desktop/config/hypr/keybinds.conf @@ -6,8 +6,7 @@ bind = SUPER, E, exec, power-profiles bind = SUPER, P, exec, powermenu bind = SUPER, V, togglefloating, bind = SUPER, Space, exec, rofi -show drun -bind = SUPER, S, togglegroup -bind = SUPER SHIFT, S, changegroupactive +bind = SUPER, S, exec, grim -g "$(slurp)" bind = SUPER, F1, exec, swaylock bind = SUPER, W, exec, firefox bind = SUPER, F, exec, thunar