diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 85ac83b..7ea5ae7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -49,10 +49,8 @@ for_window [instance="dropdowncalc"] border pixel 2 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 +# Setting the background: +exec --no-startup-id feh --bg-scale ~/.config/wall.png # Starts dunst for notifications: exec --no-startup-id dunst # Composite manager: |
