diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-09-20 19:04:15 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-09-20 19:04:15 -0500 |
| commit | 62ba4da27df06a91fa75ef08cfa69fba4c82a72e (patch) | |
| tree | d363f3e7b89d40ab0acf971c45a0383505a9c2b4 /env/.local/bin | |
| parent | b38cd5c3767dc4f6d288f21f740ced82763431e4 (diff) | |
Squashed commit of the following:
- newsboat proxy skip (proxy setup in config)
- dev alias fix
- i3 changes
- added more sway binds
- sway and i3. default no window bar
- sway changes
- play pause media key bind for sway
- removed window spawn on workspace.
- changed default wall
- mumble to autostart
Diffstat (limited to 'env/.local/bin')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index fbe0aca..1c33dae 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -6,7 +6,7 @@ xset s 0 nitrogen --restore & if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then PID=$(pidof swaybg) - swaybg -o HDMI-A-1 -i "/home/iceyrazor/stuff/media/wallpapers/6b06108fa3bc46f5.jpg" -m fill -o DP-1 -i "/home/iceyrazor/stuff/media/wallpapers/tumblr_06bbd355f3e355049446dac24f6e7c44_2c486f77_1280 ninesols.jpg" -m fill & disown + swaybg -o HDMI-A-1 -i "/home/iceyrazor/stuff/media/wallpapers/purple/IMG_0276.jpg" -m fill -o DP-1 -i "/home/iceyrazor/stuff/media/wallpapers/purple/IMG_0276.jpg" -m fill & disown sleep 0.4s kill $PID fi @@ -64,5 +64,8 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then sleep 3s steam & disown fi -fi + if [ -z "$(pgrep mumble)" ]; then + mumble & disown + fi +fi |
