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 | |
parent | 561822b7c32df3af3420e1b08b8133ffb6f50d27 (diff) | |
download | dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.tar.gz dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.tar.bz2 dotfiles-1ab88806d96653444b3850a171a5fad7a7d0c0a1.zip |
use fehbg instead of hardcoding the path
-rwxr-xr-x | herbstluftwm/.config/herbstluftwm/autostart | 3 | ||||
-rw-r--r-- | i3/.config/i3/config | 2 |
2 files changed, 3 insertions, 2 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 diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2830c59..8b77278 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -155,7 +155,7 @@ bindsym $mod+r mode "resize" # status_command i3status #} -exec --no-startup-id feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +exec --no-startup-id ~/.fehbg exec --no-startup-id xset -b exec --no-startup-id setxkbmap -option grp:alt_space_toggle "de(nodeadkeys),ru" |