diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:30:13 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-18 20:30:13 -0500 |
| commit | 2bab8a482cfabb783c01cc22757f29d272270b5a (patch) | |
| tree | fd59b245adefccfc14ac800f94cab440de734148 | |
| parent | 06c694029f58628172abe2cad255579ffebd0c36 (diff) | |
| download | eibhear-2bab8a482cfabb783c01cc22757f29d272270b5a.tar.gz eibhear-2bab8a482cfabb783c01cc22757f29d272270b5a.tar.zst eibhear-2bab8a482cfabb783c01cc22757f29d272270b5a.zip | |
wal note
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 68e22c0..a622138 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -51,6 +51,8 @@ for_window [instance="dropdowncalc"] sticky enable # #---Starting External Scripts---# # # Setting the background and colorscheme: exec --no-startup-id wal -i ~/.config/wall.png >/dev/null +# If you don't want to use wal, comment out the line above and uncomment this one: +#exec --no-startup-id feh --bg-scale ~/.config/wall.png # Starts dunst for notifications: exec --no-startup-id dunst # Composite manager: |
