This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2025-02-13 16:29:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
082f64f763
nix-config
/
plasma
/
.config
/
autostart-scripts
/
wal.sh
5 lines
51 B
Bash
Raw
Normal View
History
Unescape
Escape
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.
2018-10-15 15:02:24 +02:00
#!/bin/sh
# Set the color scheme with wal
Remove Plasma with bspwm support Use bspwm with XDG_CURRENT_DESKTOP=KDE instead.
2018-10-16 02:23:10 +02:00
wal -Rn
Reference in New Issue
Copy Permalink