1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

cleaning up homedir

This commit is contained in:
tiynger
2019-10-03 23:45:19 +02:00
parent 60192688db
commit 6406bc99b4
8 changed files with 331 additions and 45 deletions

10
.config/xorg/xinitrc Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
#adding ressources
[ -f "$HOME/.config/xorg/xprofile" ] && . "$HOME/.config/xorg/xprofile"
[ -f "$HOME/.config/xorg/Xdefaults" ] && xrdb -merge "$HOME/.config/xorg/Xdefaults"
[ -f "$HOME/.config/xorg/Xpcspec" ] && xrdb -merge "$HOME/.config/xorg/Xpcspec"
xterm -geometry 80x24+10+10 -fn 10x20
exec i3