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 /i3 | |
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 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |