.
This commit is contained in:
parent
4055fbfe86
commit
856e135e63
10 changed files with 20 additions and 21 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" dunst
|
||||
exec dunst
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue