mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
7 lines
179 B
Bash
Executable file
7 lines
179 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 &
|
|
/usr/libexec/polkit-gnome-authentication-agent-1 &
|