Clean up a bunch of old stuff

This commit is contained in:
Hunter Haugen 2025-05-15 15:52:59 -07:00
parent ffc67ae3d7
commit a8a99b0c47
Signed by: hunner
GPG key ID: EF99694AA599DDAD
113 changed files with 123 additions and 43466 deletions

41
.xsession Normal file
View file

@ -0,0 +1,41 @@
export PATH=/home/hunner/local/bin:$PATH
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
#export GDK_DPI_SCALE=0.5
systemctl --user import-environment DISPLAY
#setxkbmap us dvorak ctrl:nocaps
# remap powerkey to insert
#xmodmap -e "keycode 124 = NoSymbol Insert"
#xmodmap -e "keycode 62 = Scroll_Lock Scroll_Lock"
#xmodmap -e "keycode 37 = Control_R Control_R"
xinput set-prop 'Apple Inc. Magic Trackpad 2' 'libinput Tapping Enabled' 1
xsetroot -cursor_name right_ptr
redshift &
CM_DIR=~/.config/clipmenu clipmenud &
#picom -b
hsetroot -solid '#000000'
#xrdb -merge ~/.Xresources
#feh --bg-fill ~/Dropbox/Photos/Adventurous\ Kate.jpg
eval `ssh-agent -s`
xrandr --dpi 100
battery.sh &
xset r rate 200 30
xset s on
xset s 1200
#xss-lock -- i3lock &
#xss-lock -- slock &
#xss-lock -- xlock -echokeys -usefirst &
#xscreensaver &
exec xmonad