mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-17 01:27:45 +01:00
11 lines
242 B
Bash
11 lines
242 B
Bash
#!/bin/sh
|
|
|
|
#adding ressources
|
|
[ -f "$HOME/.xprofile" ] && . "$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
|