wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 18:00:59 +01:00
parent 55c17e72cf
commit 6f26ae8e1d
2 changed files with 9 additions and 3 deletions

View file

@ -183,8 +183,10 @@ layout {
}
// STARTUP
// Wallpaper Setup
spawn-at-startup "swww-daemon" // Wallpaper
// spawn-sh-at-startup ""
spawn-sh-at-startup "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"
hotkey-overlay {
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
@ -509,6 +511,10 @@ binds {
// Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; }
// Other bindings
Mod+Ctrl+Alt+U { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un"; }
Mod+Ctrl+Alt+S { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"; }
}
xwayland-satellite {