1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00

13 lines
335 B
Plaintext
Raw Normal View History

2019-10-03 23:45:19 +02:00
#!/bin/sh
2020-03-28 12:49:13 +01:00
xrandr --auto
2019-10-03 23:45:19 +02:00
#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
2020-03-28 12:14:02 +01:00
setbg
exec dwm