diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-29 08:39:57 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-29 08:39:57 -0400 |
commit | 2718a54bbe0f2b3806a08ec46b41fbdef0aca796 (patch) | |
tree | f12fbf817dc6153181f02992d26788cd0e0fdfdc | |
parent | 0c64938fd369bb5269f7796514a20f8e1a6e0896 (diff) |
Use automated wallpaper script
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -44,8 +44,7 @@ static int log_level = WLR_ERROR; /* Autostart */ static const char *const autostart[] = { "dunst", NULL, - "swaybg", "-i", "/home/master/.config/wallpapers/eDP1.jpg", - "-m", "fill", NULL, + "makewall", NULL, "gentoo-pipewire-launcher", "restart", NULL, NULL /* terminate */ }; |