diff options
author | joe <rbo@gmx.us> | 2025-10-01 18:04:18 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 18:04:18 +0200 |
commit | 74ecc98e528eac979e0820c9fa48955a186c0cc1 (patch) | |
tree | be754babad6341d504daa4fe8c8433ca428fa595 /.local/bin/dtinit | |
parent | up (diff) | |
download | dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.gz dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.bz2 dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.xz dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.zst dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.zip |
up
Diffstat (limited to '.local/bin/dtinit')
-rwxr-xr-x | .local/bin/dtinit | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.local/bin/dtinit b/.local/bin/dtinit deleted file mode 100755 index b583bb5..0000000 --- a/.local/bin/dtinit +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -startif() { - pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 & -} - -sysctl hw.snd.default_unit=4 -pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 -# "$HOME"/.local/bin/setwp -"$HOME"/.local/bin/kb -xset s off -xset -dpms -startif dunst -startif picom -startif lowbat -startif mpd-notification -startif xscreensaver --no-splash -# ekb -cd "$HOME" -xrdb "$HOME"/.config/x11/xresources -notify-send -u normal 'Welcome' " Welcome back, partner\!" -# dbus-launch dwm |