commit aaf68eb6f2c8cd6f0cdde9518d54e1f5cb276702 parent 1cce7a92cf805d87d49e7e642c0575f60fcc6c2f Author: Markus Hanetzok <markus@hanetzok.net> Date: Tue, 24 Dec 2024 02:21:39 +0100 minor adjustments - add default pictures dir - add wallpaper script to autostart - add new shortcuts Diffstat:
M | .config/sxhkd/sxhkdrc | | | 14 | ++++++++++++++ |
M | .config/user-dirs.dirs | | | 1 | + |
M | .config/x11/xinitrc | | | 1 | + |
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -1,6 +1,20 @@ +# actions +print + maim "$HOME"/pictures/screenshots/"$(date +%s)".png +XF86MonBrightnessUp + xbacklight +10 +XF86MonBrightnessDown + xbacklight -10 +super + shift + period + xbacklight +10 +super + shift + comma + xbacklight -10 + # scripts super + BackSpace sysact.sh +super + shift + BackSpace + passmenu # pulseaudio super + minus diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs @@ -1,2 +1,3 @@ XDG_DESKTOP_DIR="$HOME/" +XDG_PICTURES_DIR="$HOME/pictures" XDG_DOWNLOAD_DIR="$HOME/downloads" diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc @@ -4,4 +4,5 @@ mpd & sxhkd & status.sh & xcompmgr & +setbg.sh & exec dwm