diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-29 14:49:22 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-29 14:49:22 +0200 |
| commit | 838b93f222edfbef8ff9c3576a7d3774ee731968 (patch) | |
| tree | 5dd57f7cd2f128f3d96d5784d36200d43cfc825f /config | |
| parent | 80b24533bc04f4fc0d5ff6154c5893b23d4b4ced (diff) | |
fix(i3): wal executed too late
Diffstat (limited to 'config')
| -rw-r--r-- | config/i3/config | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/i3/config b/config/i3/config index a8d65bd..e726f2d 100644 --- a/config/i3/config +++ b/config/i3/config @@ -4,6 +4,8 @@ font pango: Noto Sans Regular 10 set $mod Mod4 set $wallpaper = ~/Images/wallpapers/sky-like-ghibli.png +exec wal -i $wallpaper + ##################### # workspace layout: # ##################### @@ -309,10 +311,6 @@ exec --no-startup-id dex --autostart --environment i3 # uncomment the next line, use arandr to setup displays and save the file as monitor: #exec --no-startup-id ~/.screenlayout/monitor.sh -# set wallpaper -#exec --no-startup-id sleep 2 && nitrogen --restore -exec_always --no-startup-id feh --bg-fill $wallpaper - # set powersavings for display: exec --no-startup-id xset s 480 dpms 600 600 600 @@ -503,7 +501,6 @@ exec_always --no-startup-id sleep 3 && picom --config ~/.config/picom/picom.conf exec spotify exec vivaldi-stable exec flatpak run com.discordapp.Discord -exec wal -i $wallpaper -n # Commands for screenshot # Screenshot |
