Skip to content

Commit

Permalink
Execute arandr profile based on hostname #15
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed May 2, 2017
1 parent f9c542a commit a1ccfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ then
fi &

if [ "$(hostname)" = 'philipp-samsung' ]; then
xrandr --output LVDS1 --auto --output HDMI1 --right-of LVDS1 --auto --primary
~/.screenlayout/work_default.sh
else
~/.screenlayout/home_default.sh
fi &

0 comments on commit a1ccfa9

Please sign in to comment.