diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:29:55 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:29:55 +0000 |
commit | d4ed9ae2cefee4b4d28c2efe2236936c043c4a32 (patch) | |
tree | aa24792fdd2afc9f14947a2053789237337058e5 | |
parent | 6bb1459172e42b1091cb72e124aa08c5aea6284b (diff) | |
download | dotfiles-d4ed9ae2cefee4b4d28c2efe2236936c043c4a32.tar.gz dotfiles-d4ed9ae2cefee4b4d28c2efe2236936c043c4a32.tar.bz2 dotfiles-d4ed9ae2cefee4b4d28c2efe2236936c043c4a32.zip |
+execs at the end of i3
First will setup background from a selection of images I quickly got off
the internet. Mostly just nature.
Second will open up rofi with the applications interface, so I can
instantly jump into something.
-rw-r--r-- | i3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,3 +150,6 @@ client.focused_inactive #333333 #5f676a #ffffff #2e9ef4 #285577 bar { status_command i3status --config ~/.i3status.conf } + +exec --no-startup-id feh --randomize --bg-scale ~/Pictures/Backgrounds +exec rofi -show run -matching fuzzy daemon |