initial commit

This commit is contained in:
2019-12-27 22:47:39 +01:00
commit 591ff6f09b
9 changed files with 188 additions and 0 deletions

20
.xsession Normal file
View File

@ -0,0 +1,20 @@
#!/bin/sh
. ~/.profile
xrandr --auto
xrandr --output HDMI-1 --right-of DP-1
xsetroot -solid '#424242'
xrdb -merge ~/.Xresources
xmodmap ~/.xmodmaprc
xsetroot -cursor_name left_ptr
export EDITOR=emacsclient
export VISUAL=emacsclient
export MY_USE_EXWM=t
exec emacs
dwm-clock &
exec /usr/local/bin/dwm
exec /usr/bin/i3
exec xterm