diff --git a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix index 6bb2c77..3a96f4d 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix @@ -37,6 +37,11 @@ in "SUPER, bracketleft, exec, ${spotifyctl} playback previous" "SUPER, backslash, exec, ${spotifyctl} playback play-pause" + # Screenshot + + ", Print, exec, grimblast --notify --cursor copysave area" + "SUPER, Print, exec, grimblast --notify --cursor copysave screen" + # Brightness ",XF86MonBrightnessUp, exec, hyprbrightness up" diff --git a/home/profile/base/default.nix b/home/profile/base/default.nix index a0f7db3..adae0cf 100644 --- a/home/profile/base/default.nix +++ b/home/profile/base/default.nix @@ -49,7 +49,7 @@ in createDirectories = true; extraConfig = { XDG_CODE_DIR = "${config.home.homeDirectory}/Coding"; - XDG_SCREENSHOT_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; + XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; XDG_NOTES_DIR = "${config.xdg.userDirs.documents}/Notes"; }; };