diff --git a/i3/config b/i3/config index 8656d61..0faa19d 100644 --- a/i3/config +++ b/i3/config @@ -137,7 +137,7 @@ client.focused $accent $accent $fg solid client.unfocused $bg $bg $fg solid client.urgent $urgent $urgent $fg solid -exec ~/.config/start.sh +exec --no-startup-id ~/.config/start.sh bar { colors { diff --git a/start.sh b/start.sh index ee3051e..13cd68c 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ //background -exec --no-startup-id feh --bg-scale ~/.config/wallpaper.png -exec --no-startup-id polybar +feh --bg-scale ~/.config/wallpaper.png +polybar