Compare commits

..

No commits in common. "3c99819ce2f83ad535277576150cdf78d24aca9b" and "96f4189db8927c5673a26045b0027d587367a57d" have entirely different histories.

11 changed files with 5 additions and 57 deletions

View File

@ -12,8 +12,8 @@ pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x picom > /dev/null || picom &
~/.config/polybar/launch.sh &
pgrep -x Discord > /dev/null || Discord &
# pgrep -x pipewire > /dev/null || pipewire &
# pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
pgrep -x pipewire > /dev/null || pipewire &
pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
# $HOME/.config/polybar/launch.sh

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec >/dev/null 2>&1
exec dbus-send --session / org.freedesktop.DBus.Peer.Ping

View File

@ -1,4 +0,0 @@
#!/bin/execlineb -P
importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR
dbus-daemon --session --nofork --nopidfile --address=unix:path=${XDG_RUNTIME_DIR}/bus

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec svlogd -tt .

View File

@ -1,4 +1,2 @@
#!/bin/sh
exec 2>&1
exec pipewire-pulse

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec svlogd -tt .

View File

@ -1,4 +1,2 @@
#!/bin/sh
exec 2>&1
exec pipewire

View File

@ -1,4 +0,0 @@
#!/bin/sh
exec 2&>1
exec svlogd -tt .

View File

@ -1,4 +1,3 @@
#!/bin/sh
exec 2&>1
exec /usr/bin/syncthing -no-browser -home="$HOME/.config/syncthing"

View File

@ -1,25 +0,0 @@
: ${XDG_CACHE_HOME:=$HOME/.cache}
: ${XDG_CONFIG_HOME:=$HOME/.config}
: ${XDG_DATA_HOME:=$HOME/.data}
: ${XDG_RUNTIME_DIR:=/run/user/$(id -u)}
export XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR
: ${BROWSER:=firefox}
: ${EDITOR:=vim}
: ${PAGER:=less}
: ${VISUAL:=vim}
export BROWSER EDITOR PAGER VISUAL
for x in \
"$HOME/bin" \
"$HOME/.local/bin" \
"/usr/local/bin" \
"/usr/bin" \
; do
[ -d "$x" ] || continue
case ":${PATH}:" in
*":${x}:"*) ;;
*) PATH="${PATH+${PATH}:}${x}" ;;
esac
done

View File

@ -1,13 +1,8 @@
#!/bin/sh
USER=@USER@
HOME="/home/$USER"
GROUPS=$(id -Gn "$USER" | tr ' ' ':')
HOME="home/$USER"
GROUPS="$(id -Gn "$USER" | tr ' ' ':')"
SVDIR="$HOME/sv"
ID=$(id -u $USER)
[ ! -d /run/user/$ID ] && \
mkdir -p /run/user/$USER && \
chown $USER:$USER /run/user/$USER
exec chpst -u "$USER:$GROUPS" sh -l -c "exec runsvdir $SVDIR $USER '...'" $USER
exec chpst -u "$USER:$GROUPS" sh -l -c "exec runsvdir $SVDIR $USER" $USER