mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
9 lines
297 B
Bash
Executable file
9 lines
297 B
Bash
Executable file
#!/bin/sh
|
|
wlr-randr --output eDP-1 --off &
|
|
foot -s &
|
|
sleep 1 &
|
|
#swaybg -i ~/Pictures/nature4.png &
|
|
#wbg ~/Pictures/nature3.png &
|
|
#wbg "~/.local/src/wall/landscapes/1686971592948666.jpg" &
|
|
wbg "~/.local/src/wall/landscapes/1705463837407662.jpg" &
|
|
/usr/libexec/polkit-gnome-authentication-agent-1 &
|