1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

run dwm correctly

This commit is contained in:
TiynGER
2020-04-04 11:46:28 +02:00
parent dbec8d49cb
commit a3cd07e371
2 changed files with 14 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/sh
xrandr --auto
#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
setbg
exec dwm