No hardcoded user path
dblume

dblume commited on 2023-11-14 11:07:42
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -247,4 +247,4 @@ bindsym Ctrl+$mod+Print exec --no-startup-id maim --window $(xdotool getactivewi
247 247
 bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png
248 248
 
249 249
 # sudo apt install brightnessctl playerctl feh
250
-exec feh --bg-scale /home/david/Pictures/chinesemoon.png
250
+exec feh --bg-scale $HOME/Pictures/chinesemoon.png
251 251