mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
changing Xfiles
This commit is contained in:
3
.xinitrc
3
.xinitrc
@@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -f "$HOME/.xprofile" ] && . ~/.xprofile
|
||||
[ -f "$HOME/.xprofile" ] && xrdb -merge "$HOME/.xprofile"
|
||||
[ -f "$HOME/.Xdefaults" ] && xrdb -merge "$HOME/.Xdefaults"
|
||||
[ -f "$HOME/.Xpcspec" ] && xrdb -merge "$HOME/.Xpcspec"
|
||||
|
||||
xterm -geometry 80x24+10+10 -fn 10x20
|
||||
|
||||
exec i3
|
||||
|
Reference in New Issue
Block a user