This commit is contained in:
kento2 2026-06-16 16:54:02 +02:00
parent 4055fbfe86
commit 856e135e63
10 changed files with 20 additions and 21 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" dunst
exec dunst

View file

@ -1,3 +1,2 @@
#!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" sh -c "pass-sync && sleep 60 || sleep 360"
pass-sync && sleep 60 || sleep 360

View file

@ -1,9 +1,8 @@
#!/bin/sh
rm -rf "/run/user/$(id -u)/pulse"
exec chpst -e "$TURNSTILE_ENV_DIR" sh -c '
exec 2>&1
test -n "$DBUS_SESSION_BUS_ADDRESS" || {
>&2 echo "dbus not running"
exit 1
}
rm -rf "/run/user/$(id -u)/pulse"
exec pipewire
'

View file

@ -1,4 +1,4 @@
#!/bin/sh
mkdir -p ~/nfs
exec chpst -e "$TURNSTILE_ENV_DIR" \
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
mkdir -p "$HOME/nfs"
exec sshfs -o auto_unmount -o uid=`id -u` -o gid=`id -g` -f kentoj.de:nfs "$HOME/nfs"

View file

@ -9,6 +9,8 @@ end return require('plugins/vis-plug') end)()
local plugins = {
{ 'erf/vis-sneak' },
{ 'kupospelov/vis-ctags' },
{ 'https://codeberg.org/luxanna/vis-autoclose' },
{ 'http://forge.kentoj.de/kento2/vis-lspc.git' }
}
plug.init(plugins, true)

View file

@ -1,5 +1,7 @@
## CWM config file
ignore xclock
# Sticky groups: uncomment to enable worskpace-like behavior
sticky yes
focusfollowsmouse no
@ -21,7 +23,7 @@ color menufg "#5294E2"
#Gaps (top, bottom, left, right)
#gap 32 8 8 8
gap 8 8 8 8
gap 18 8 8 8
# Size of manually tiled Windows in %
htile 55
@ -132,7 +134,7 @@ bind-key XF86AudioLowerVolume "vol -"
bind-key XF86AudioMute "vol ."
bind-key XF86AudioMicMute "vol !"
bind-key 4-y "playerctl play-pause"
bind-key 4-y "playerctl -p spotify play-pause 2>/dev/null || playerctl play-pause"
bind-key 4-less "playerctl previous"
bind-key 4-greater "playerctl next"

View file

@ -1,8 +1,9 @@
export ENV="$HOME/.shrc"
export ENV="$HOME/.kshrc"
export PATH="$HOME/.local/bin":"$PATH"
export MANPATH="/usr/local/man":"$MANPATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
export EDITOR=/usr/bin/vis
export XBPS_DISTDIR="$HOME/void-packages"
export CHEZSCHEMELIBDIRS="/usr/local/lib/csv10.3.0/":"$CHEZSCHEMELIBDIRS"

View file

@ -1,6 +1 @@
setxkbmap de &
xrandr -r 144 &
#xwallpaper --center "$HOME/.config/tanjiro.png" &
xwallpaper --center "$HOME/dots/ssb.jpg" &
picom --backend glx --blur-method=dual_kawase --blur-strength=3 &
exec "$(which cwm)"
exec dbus-run-session svscan "$HOME/.xinit-svc"

View file

@ -13,5 +13,5 @@ if grep -q l <<< "$-" && test "$(tty)" = '/dev/tty1'; then
rm -rf "$HOME"/.config/service-env
cd
echo 'Press return to start gui'
read && exec dbus-run-session "$HOME/.winit"
read && exec startx
fi

View file

@ -1,6 +1,7 @@
alsa-pipewire
chrony
cwm
daemontools
dbus
dmenu
dunst