Add grim and slurp to hyprland for screenshots
This commit is contained in:
parent
9a1a5655c9
commit
8470dd12e5
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue