forked from extern/nix-config
Add wal autostart script
Since wal is used to manage the color scheme, it needs to be started when running KDE Plasma. This script does just that. Note that the desktop background is not changed (-n) since Plasma uses its own background manager and does not respect feh.
This commit is contained in:
parent
f6ebc31fe9
commit
4d8e9b1b88
4
.config/autostart-scripts/wal.sh
Normal file
4
.config/autostart-scripts/wal.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Set the color scheme with wal
|
||||
wal -o ~/.config/wal/bspwm_and_dunst.sh -R -n
|
Loading…
Reference in New Issue
Block a user