mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +01:00
Don't use hardcoded paths
This commit is contained in:
parent
3cce0a0d78
commit
6ed899c779
@ -248,10 +248,10 @@ exec_always xbindkeys
|
||||
|
||||
# exec_once exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec dunst
|
||||
exec /home/me/.screenlayout/dual.sh
|
||||
exec $HOME/.screenlayout/dual.sh
|
||||
|
||||
#Set background
|
||||
exec_always feh --bg-scale /home/me/Bilder/wallpaper/wall.png
|
||||
exec_always feh --bg-scale $HOME/Bilder/wallpaper/wall.png
|
||||
|
||||
exec_always conky -c ~/.conkyrc
|
||||
# map esc to capslock
|
||||
|
Loading…
Reference in New Issue
Block a user