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

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 &
exec xmonad