diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:43:08 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:43:08 -0500 |
| commit | 6eaecafe7fe6bf469799a987ec28a7e03fe0220d (patch) | |
| tree | 28532ee14d466e151f8019ee760ecf9cc2db102f | |
| parent | 861c7a7d738eb24942b06734fd4f5ffff55a4e32 (diff) | |
fix: remove dwl.sh since superd does that now
| -rwxr-xr-x | bin/dwl.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/dwl.sh b/bin/dwl.sh deleted file mode 100755 index a3ec3c4..0000000 --- a/bin/dwl.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -eu - -export XCURSOR_PATH=/usr/share/icons -export XCURSOR_SIZE=24 -export XCURSOR_THEME=Catppuccin-Macchiato-Dark-Cursors - -dbus-run-session -- dwl -s dwl-init.sh |
