*: 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:
@@ -248,8 +248,8 @@ for_window [class="^$TERMINAL-256color$" title="^polybar-wlan$"] \
|
|||||||
bindsym $mod+c exec ~/.config/polybar/scripts/calendar.sh -t &
|
bindsym $mod+c exec ~/.config/polybar/scripts/calendar.sh -t &
|
||||||
|
|
||||||
# screenshots
|
# screenshots
|
||||||
bindsym --release Print exec cd ~/pics/screens/ && scrot
|
bindsym --release Print exec cd ~/media/pics/screens/ && scrot
|
||||||
bindsym --release Shift+Print exec cd ~/pics/screens/ && scrot -s -f
|
bindsym --release Shift+Print exec cd ~/media/pics/screens/ && scrot -s -f
|
||||||
|
|
||||||
# Zoom links in private browser
|
# Zoom links in private browser
|
||||||
bindsym $mod+z exec ~/.local/bin/zoom-links
|
bindsym $mod+z exec ~/.local/bin/zoom-links
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ if [ 1 -lt "$(xrandr -q | grep " connected" | wc -l)" ]; then
|
|||||||
xrandr --output eDP1 --auto --pos 0x0 --primary \
|
xrandr --output eDP1 --auto --pos 0x0 --primary \
|
||||||
--output DP1 --auto --scale-from 3200x1800 --pos 3200x0 \
|
--output DP1 --auto --scale-from 3200x1800 --pos 3200x0 \
|
||||||
--fb 6400x1800
|
--fb 6400x1800
|
||||||
feh --bg-scale --no-fehbg "$HOME"/pics/wallpapers/wallpaper
|
feh --bg-scale --no-fehbg "$HOME"/media/pics/wallpapers/wallpaper
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user