diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:29:10 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:29:10 -0500 |
| commit | 186a6f2394060f211f79bb3cd99f32435b1bca71 (patch) | |
| tree | be5bc42caae2ecf15f229f26fac82abdd051f1e9 /bin/dwl-init.sh | |
| parent | ac4b34e610213d917215b1b3d1f3d3a99e23dc51 (diff) | |
refactor: replace dwl-init.sh with superd services
Diffstat (limited to 'bin/dwl-init.sh')
| -rwxr-xr-x | bin/dwl-init.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/dwl-init.sh b/bin/dwl-init.sh deleted file mode 100755 index 3afae87..0000000 --- a/bin/dwl-init.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -set -eu - -WALLPAPER=/home/samn/wallpaper.jpg - -trap 'kill 0' SIGINT - -swaybg -i "$WALLPAPER" & -swayidle -w \ - timeout 300 "swaylock -f -i $WALLPAPER" \ - before-sleep "swaylock -f -i $WALLPAPER" & -status.sh & -somebar - -wait |
