blob: cfebbd8a526516f014599dc9e670af6619980177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
setxkbmap -layout us -variant workman -option
setxkbmap -option terminate:ctrl_alt_bksp,ctrl:swap_lwin_lctl,caps:ctrl_modifier
xset s off
xset -dpms
#xset m 5/1 4
xrdb -merge ~/.Xdefaults
xsetroot -cursor_name left_ptr
# Unfortunately redshift doesn't work
# redshift -l +39:-76 -t 5500:4900 &
#compton --config ~/.config/compton.conf &
exec emacs
|