feat(hyprland): add screenshot binds
This commit is contained in:
parent
b0495b710d
commit
96c93ca952
2 changed files with 6 additions and 1 deletions
|
|
@ -37,6 +37,11 @@ in
|
||||||
"SUPER, bracketleft, exec, ${spotifyctl} playback previous"
|
"SUPER, bracketleft, exec, ${spotifyctl} playback previous"
|
||||||
"SUPER, backslash, exec, ${spotifyctl} playback play-pause"
|
"SUPER, backslash, exec, ${spotifyctl} playback play-pause"
|
||||||
|
|
||||||
|
# Screenshot
|
||||||
|
|
||||||
|
", Print, exec, grimblast --notify --cursor copysave area"
|
||||||
|
"SUPER, Print, exec, grimblast --notify --cursor copysave screen"
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
|
|
||||||
",XF86MonBrightnessUp, exec, hyprbrightness up"
|
",XF86MonBrightnessUp, exec, hyprbrightness up"
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ in
|
||||||
createDirectories = true;
|
createDirectories = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
XDG_CODE_DIR = "${config.home.homeDirectory}/Coding";
|
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";
|
XDG_NOTES_DIR = "${config.xdg.userDirs.documents}/Notes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue