From 68908463d7676c35540fcea20ae70d177f49b053 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Oct 2020 08:28:58 -0400 Subject: Remove old files --- old/xsession | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 old/xsession (limited to 'old') diff --git a/old/xsession b/old/xsession new file mode 100755 index 0000000..f7e402c --- /dev/null +++ b/old/xsession @@ -0,0 +1,33 @@ +#!/usr/bin/env bash + +export TERMINAL=urxvt +export MPD_HOST=sabaki.kk.orbekk.com +command -v $TERMINAL || TERMINAL=termite +command -v $TERMINAL || TERMINAL=gnome-terminal +PATH=$HOME/.cabal/bin:$PATH +xrdb -merge $HOME/.Xresources +setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier +$HOME/bin/keyboard_setup.sh +xscreensaver -no-splash & +xbindkeys +xset -b +xss-lock -- /usr/bin/env xscreensaver-command --lock & +pasystray & +xsetroot -solid "#2A3462" +trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 & +[[ $(hostname) == kikashi ]] && \ + xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.5 +if [[ $(hostname) == orange.nyc.corp.google.com ]]; then + xinput set-prop "Logitech USB Trackball" "Device Accel Constant Deceleration" 1.0 + xinput set-prop "Logitech USB Trackball" "Evdev Wheel Emulation" 1 + xinput set-prop "Logitech USB Trackball" "Evdev Wheel Emulation Button" 8 + true +fi +if [[ $(hostname) == pincer ]]; then + # xinput set-prop "TPPS/2 IBM TrackPoint" "Device Accel Constant Deceleration" 0.5 + # xinput set-prop "SynPS/2 Synaptics TouchPad" "Device Accel Constant Deceleration" 0.5 + true +fi +[[ -f /etc/nixos/configuration.nix ]] || \ + redshift -l 40:-70 -r -t 5500:3700 & +exec xmonad -- cgit v1.2.3