#. $HOME/.kshrc . $HOME/.bashrc export LC_CTYPE="en_US.UTF-8" export XDG_RUNTIME_DIR=/tmp/run/user/`id -u` mkdir -p $XDG_RUNTIME_DIR # necessary for pinentry-gnome and probably other apps if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then eval `dbus-launch --sh-syntax --exit-with-x11` fi xrdb -merge ~/.Xresources xmodmap ~/.Xmodmap # Fix for external mouse buttons (breaks trackpad) #xmodmap -e "pointer = 1 2 3 8 9 10 11 4 5 6 7 12 13 14 15 16" #xidle -no -program "/usr/X11R6/bin/xlock" -timeout 300 & xautolock -locker "/usr/X11R6/bin/xlock" -time 5 -killtime 15 -killer "/usr/sbin/ZZZ" & #xidle -no -program "/usr/sbin/ZZZ" -timeout 905 & xset b off # disable audible beep xset dpms 300 600 900 xbacklight =5 & clipmenud & dunst & ~/example.sh | lemonbar-xft -f "Source Code Pro" -f 'Font Awesome 6 Free' -f 'Font Awesome 6 Brands' -f 'Font Awesome 6 Free Solid' -b -p & if [ -x ~/.screenlayout/default.sh ]; then ./.screenlayout/default.sh fi xwallpaper --zoom /home/jason/Sync/Files/wallpaper/Photo\ by\ Pramod\ Tiwari\ \(uvld3ZQxK1g\).jpg if [ -x ~/bin/termbar ]; then # cinema display @ 1080 #-geometry 284x1+0+1419 \ xterm \ -uc \ -geometry 281x1+0+1482 \ -bg "black" \ -fg "grey" \ -fa "mono:size=5" \ -name termbar \ -class termbar \ -T termbar \ -e ~/bin/termbar & fi exec cwm