From ac1a4884d03fc0495c773500d8a13f84b695fa43 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 11 Sep 2019 19:18:14 -0400 Subject: Init --- .xinitrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 .xinitrc (limited to '.xinitrc') 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 -- cgit v1.2.3