diff options
author | awy <awy@awy.one> | 2024-11-24 13:29:56 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 13:29:56 +0300 |
commit | 511afc41829d5626e9e9b84cbc3d4a7c14d63165 (patch) | |
tree | 14e7cb05f7206e39828bc49e6689f530615a41b9 /.config/dwl/autostart | |
parent | 7b52375768323ce6b88156aa48b0d50ec2c8dafc (diff) |
upload
Diffstat (limited to '.config/dwl/autostart')
-rwxr-xr-x | .config/dwl/autostart | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/dwl/autostart b/.config/dwl/autostart new file mode 100755 index 0000000..075ace9 --- /dev/null +++ b/.config/dwl/autostart @@ -0,0 +1,12 @@ +#!/bin/sh +pipewire & \ +pipewire-pulse & \ +wireplumber & \ +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 & |