diff --git a/i3/config b/i3/config index 3351956..1042d14 100644 --- a/i3/config +++ b/i3/config @@ -171,7 +171,8 @@ exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt' exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/thunderbird' exec --no-startup-id i3-msg 'workspace 3; exec /usr/bin/spotify' #exec --no-startup-id i3-msg 'exec fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`' -exec --no-startup-id feh --bg-fill `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2` +#exec --no-startup-id feh --bg-fill `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2` +exec --no-startup-id feh --bg-fill ~/.config/i3/wallpaper.jpg workspace_layout tabbed diff --git a/i3/wallpaper.jpg b/i3/wallpaper.jpg new file mode 100644 index 0000000..4eb1095 Binary files /dev/null and b/i3/wallpaper.jpg differ