diff options
author | awy <awy@awy.one> | 2024-11-24 22:17:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 22:17:00 +0300 |
commit | 4301b821835e8e55640312e78777e25c9243e7fb (patch) | |
tree | c13ffef33f688e557de9a29dc75c810e65878595 /.config/dwl/autostart | |
parent | 13fbd5bc4ecf15e8d9b9578e03f83669f218ee32 (diff) |
change stuff
Diffstat (limited to '.config/dwl/autostart')
-rwxr-xr-x | .config/dwl/autostart | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/dwl/autostart b/.config/dwl/autostart index 075ace9..4f0623d 100755 --- a/.config/dwl/autostart +++ b/.config/dwl/autostart @@ -1,12 +1,9 @@ #!/bin/sh -pipewire & \ -pipewire-pulse & \ -wireplumber & \ +reloadpipewire swaybg -o DP-2 -i /mnt/ssd/papes/thiemeyer_road_to_samarkand.jpg & \ swaybg -o DP-3 -i /mnt/ssd/papes/thiemeyer_road_to_samarkand.jpg & \ wlr-randr --output DP-3 --mode 2560x1440@239.998001 \ wlr-randr --output DP-2 --mode 2560x1440@165 \ $HOME/.config/dwl/portal & \ dunst & \ -gpg-agent --daemon & \ -sing-box -c /mnt/ssd/settings/config.json run & +reloadsingbox |