config/xfce4/bkuhn-startup.sh
2026-03-01 19:27:50 -08:00

27 lines
497 B
Bash
Executable file

#!/bin/bash
export PATH=$HOME/bin:$PATH
PUBLIC_CONFIG_PATH=$HOME/public-config
set -x
echo "I AM HERE IN THE STARTUP" >> $HOME/X_STARTUP_LOG
umask 077
PATH=$HOME/bin:$PATH
export PATH
if [ -f ~/.airplane-mode ]; then
# xrdb -merge FIXME
echo Bring over airplane mode!
else
xrdb -merge $HOME/public-config/x11-and-wayland/Xdefaults
fi
chmod 640 $HOME/.Xauthority
/usr/bin/xinput --set-prop "HHKB-Studio1 Mouse" 'libinput Accel Speed' -0.80
export GDK_USE_XFT=1
export QT_XFT=1