Add screenshot keybindings

This commit is contained in:
SebastianStork 2024-04-18 21:55:16 +02:00
parent 3508f22b8b
commit ae5cbff75d
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,10 @@
# Scroll through workspaces
"$mod, mouse_down, workspace, e-1"
"$mod, mouse_up, workspace, e+1"
# Screenshot
", Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave output"
"SHIFT, Print, exec, ${lib.getExe pkgs.grimblast} --notify --freeze copysave area"
]
# Switch workspace
++ (

View file

@ -39,6 +39,8 @@
programs.btop.enable = true;
xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
home.packages = [
pkgs.notepadqq
pkgs.brave