summaryrefslogtreecommitdiff
path: root/xsession
blob: e10840c275d86a58d0a2f04ca99322d5f5bcea17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 &
exec xmonad