*: Adjust pictures folder outside user-dirs.dirs

I have these changes since ages ago but never committed them apparently.

Fixes: 1e3aa5108e ("xdg-user-dirs: Move media folders into `~/media/`")
This commit is contained in:
2024-10-22 19:21:46 +02:00
parent 686a69fedf
commit d2f685cc8b
2 changed files with 3 additions and 3 deletions

View File

@@ -248,8 +248,8 @@ for_window [class="^$TERMINAL-256color$" title="^polybar-wlan$"] \
bindsym $mod+c exec ~/.config/polybar/scripts/calendar.sh -t &
# screenshots
bindsym --release Print exec cd ~/pics/screens/ && scrot
bindsym --release Shift+Print exec cd ~/pics/screens/ && scrot -s -f
bindsym --release Print exec cd ~/media/pics/screens/ && scrot
bindsym --release Shift+Print exec cd ~/media/pics/screens/ && scrot -s -f
# Zoom links in private browser
bindsym $mod+z exec ~/.local/bin/zoom-links

View File

@@ -5,7 +5,7 @@ if [ 1 -lt "$(xrandr -q | grep " connected" | wc -l)" ]; then
xrandr --output eDP1 --auto --pos 0x0 --primary \
--output DP1 --auto --scale-from 3200x1800 --pos 3200x0 \
--fb 6400x1800
feh --bg-scale --no-fehbg "$HOME"/pics/wallpapers/wallpaper
feh --bg-scale --no-fehbg "$HOME"/media/pics/wallpapers/wallpaper
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
else