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 #!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" dunst exec dunst

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
## CWM config file ## CWM config file
ignore xclock
# Sticky groups: uncomment to enable worskpace-like behavior # Sticky groups: uncomment to enable worskpace-like behavior
sticky yes sticky yes
@ -21,7 +23,7 @@ color menufg "#5294E2"
#Gaps (top, bottom, left, right) #Gaps (top, bottom, left, right)
#gap 32 8 8 8 #gap 32 8 8 8
gap 8 8 8 8 gap 18 8 8 8
# Size of manually tiled Windows in % # Size of manually tiled Windows in %
htile 55 htile 55
@ -132,7 +134,7 @@ bind-key XF86AudioLowerVolume "vol -"
bind-key XF86AudioMute "vol ." bind-key XF86AudioMute "vol ."
bind-key XF86AudioMicMute "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-less "playerctl previous"
bind-key 4-greater "playerctl next" 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 PATH="$HOME/.local/bin":"$PATH"
export MANPATH="/usr/local/man":"$MANPATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages"
export EDITOR=/usr/bin/vis export EDITOR=/usr/bin/vis
export XBPS_DISTDIR="$HOME/void-packages"
export CHEZSCHEMELIBDIRS="/usr/local/lib/csv10.3.0/":"$CHEZSCHEMELIBDIRS" export CHEZSCHEMELIBDIRS="/usr/local/lib/csv10.3.0/":"$CHEZSCHEMELIBDIRS"

View file

@ -1,6 +1 @@
setxkbmap de & exec dbus-run-session svscan "$HOME/.xinit-svc"
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)"

View file

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

View file

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