add screenshot keybinds and set XDG screenshots dir

This commit is contained in:
Tyler Starr 2024-02-06 18:56:58 -08:00
parent 55fc746040
commit b15b9afb6f
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ binde = , l, resizeactive, 50 0
bind = , 1, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 1 $e bind = , 1, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 1 $e
bind = , 2, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 2 $e bind = , 2, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 2 $e
bind = , 3, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 3 $e bind = , 3, exec, ~/.config/hypr/scripts/audio-device-switcher.sh 3 $e
bind = , p, exec, grimblast copy area $e
bind = SHIFT, p, exec, grimblast save area $e
bind = , escape, submap, reset bind = , escape, submap, reset
submap = reset submap = reset

View File

@ -6,6 +6,7 @@
# absolute path. No other format is supported. # absolute path. No other format is supported.
# #
XDG_TMP_DIR="$HOME/tmp" XDG_TMP_DIR="$HOME/tmp"
XDG_SCREENSHOTS_DIR="$HOME/media/pictures/screenshots"
#XDG_DESKTOP_DIR="$HOME/Desktop" #XDG_DESKTOP_DIR="$HOME/Desktop"
#XDG_DOWNLOAD_DIR="$HOME/Downloads" #XDG_DOWNLOAD_DIR="$HOME/Downloads"
#XDG_TEMPLATES_DIR="$HOME/Templates" #XDG_TEMPLATES_DIR="$HOME/Templates"