diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2016-12-17 21:00:27 +0100 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2016-12-17 21:00:27 +0100 | 
| commit | 1ab88806d96653444b3850a171a5fad7a7d0c0a1 (patch) | |
| tree | f196ff0051d78f16db8491cc809001c6f6b66a63 /herbstluftwm | |
| parent | 561822b7c32df3af3420e1b08b8133ffb6f50d27 (diff) | |
| download | dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.tar.gz dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.tar.bz2 dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.zip | |
use fehbg instead of hardcoding the path
Diffstat (limited to 'herbstluftwm')
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/autostart | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 0d67429..ecf00b2 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -19,7 +19,8 @@ hc keyunbind --all  #feh --no-fehbg --bg-center ~/Pictures/Death_note_l_1366x768.jpg  #feh --no-fehbg --bg-fill ~/Pictures/Music\ Wallpapers/defeater.jpg  #feh --no-fehbg --bg-fill ~/Pictures/house-m.d.-wallpaper-17.jpg -feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +#feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +~/.fehbg  # keybindings  # if you have a super key you will be much happier with Mod set to Mod4 | 
