diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-29 16:28:53 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-29 16:28:59 -0500 |
commit | d2cd07b11f74f412c0b8666e7d88b591a36afeb5 (patch) | |
tree | d5c974d0d059ecd5a8dbdde2797d468c73f4ba9d /old/xsession | |
parent | 75124e467b683c9a2c24f19931685e985db52f64 (diff) |
Delete old dotfiles
Diffstat (limited to 'old/xsession')
-rwxr-xr-x | old/xsession | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/old/xsession b/old/xsession deleted file mode 100755 index f7e402c..0000000 --- a/old/xsession +++ /dev/null @@ -1,33 +0,0 @@ -#!/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 |