x setup changes
This commit is contained in:
parent
83a4973822
commit
a82419b89d
|
@ -4,7 +4,6 @@ start() {
|
||||||
pidof -s $1 || $@ >/dev/null 2>&1 &
|
pidof -s $1 || $@ >/dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
|
|
||||||
remaps
|
|
||||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom
|
start picom
|
||||||
|
@ -13,3 +12,6 @@ start dunst
|
||||||
start pipewire
|
start pipewire
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
start remapd
|
start remapd
|
||||||
|
|
||||||
|
remaps
|
||||||
|
checkup
|
|
@ -9,8 +9,8 @@ export XSECURELOCK_PASSWORD_PROMPT="time_hex"
|
||||||
export XSECURELOCK_AUTH_TIMEOUT=10
|
export XSECURELOCK_AUTH_TIMEOUT=10
|
||||||
export XSECURELOCK_SHOW_DATETIME=1
|
export XSECURELOCK_SHOW_DATETIME=1
|
||||||
export XSECURELOCK_COMPOSITE_OBSCURER=0
|
export XSECURELOCK_COMPOSITE_OBSCURER=0
|
||||||
[ -r "/usr/libexec/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid -root"
|
[ -r "/usr/libexec/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
|
||||||
[ -r "/usr/lib/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/lib/xscreensaver/cubicgrid -root"
|
[ -r "/usr/lib/xscreensaver/cubicgrid" ] && export XSECURELOCK_SAVER="/usr/lib/xscreensaver/cubicgrid"
|
||||||
export XSECURELOCK_SHOW_DATETIME=1
|
export XSECURELOCK_SHOW_DATETIME=1
|
||||||
export XSECURELOCK_SHOW_HOSTNAME=1
|
export XSECURELOCK_SHOW_HOSTNAME=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue