1
0
Fork 0
dotfiles/files/.config/i3/startup.bash

10 lines
186 B
Bash
Raw Normal View History

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