summaryrefslogtreecommitdiff
path: root/xsession
blob: 19b172433d5ca21dcd9b3fe998ef5e8f2c221c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash

export TERMINAL=terminus
command -v terminus || 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 &
redshift -l 40:-70 -r -t 5500:3700 &
exec xmonad