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

10 lines
197 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
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