summaryrefslogtreecommitdiff
path: root/xsession
diff options
context:
space:
mode:
Diffstat (limited to 'xsession')
-rwxr-xr-xxsession15
1 files changed, 8 insertions, 7 deletions
diff --git a/xsession b/xsession
index 2990af7..3676ce5 100755
--- a/xsession
+++ b/xsession
@@ -6,15 +6,16 @@ command -v $TERMINAL || TERMINAL=gnome-terminal
xrdb -merge $HOME/.Xresources
setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier
$HOME/bin/keyboard_setup.sh
-/usr/bin/env xscreensaver -no-splash &
-/usr/bin/env xbindkeys
-/usr/bin/env xset -b
-/usr/bin/env xss-lock -- /usr/bin/env xscreensaver-command --lock &
-/usr/bin/env pasystray &
-/usr/bin/env xsetroot -solid midnightblue
-/usr/bin/env trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 &
+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
[[ -f /etc/nixos/configuration.nix ]] || \
redshift -l 40:-70 -r -t 5500:3700 &
+>>>>>>> 6b008fdd447ba2ce12af6fe39d5697155aa5a8a2
exec xmonad