2018-03-10 04:04:29 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Set wallpaper
|
2018-09-11 02:51:42 +00:00
|
|
|
$HOME/.fehbg || feh --bg-fill --no-xinerama /usr/share/pixmaps/wallpaper.jpg
|
2018-03-10 04:04:29 +00:00
|
|
|
|
|
|
|
# Initial workspace and startup app
|
|
|
|
i3-msg "workspace 2"
|
2018-09-11 02:51:42 +00:00
|
|
|
i3-sensible-terminal
|
2018-03-10 04:04:29 +00:00
|
|
|
|