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
|
2018-09-21 00:41:59 +00:00
|
|
|
i3-msg workspace number "2: 2 "
|
2018-09-11 02:51:42 +00:00
|
|
|
i3-sensible-terminal
|
2018-03-10 04:04:29 +00:00
|
|
|
|