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

Merge branch 'master' of git+ssh://github/tiynger/.dotfiles

This commit is contained in:
TiynGER 2020-03-28 13:11:54 +01:00
commit a2806de9db

View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
xrandr --auto
#adding ressources #adding ressources
[ -f "$HOME/.config/xorg/xprofile" ] && . "$HOME/.config/xorg/xprofile" [ -f "$HOME/.config/xorg/xprofile" ] && . "$HOME/.config/xorg/xprofile"
[ -f "$HOME/.config/xorg/Xdefaults" ] && xrdb -merge "$HOME/.config/xorg/Xdefaults" [ -f "$HOME/.config/xorg/Xdefaults" ] && xrdb -merge "$HOME/.config/xorg/Xdefaults"