diff options
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..cfebbd8 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,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 |
