Skip to content

Commit

Permalink
Fix screen layout being inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Aug 19, 2023
1 parent 5a7c1b0 commit a83ecb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/qtile/src/autostart.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env sh

[[ "$(hostname)" =~ 'Sigmachine' ]] \
&& xrandr --output HDMI-0 --right-of DP-1 --primary

/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

. "$HOME/.profile"
Expand Down

0 comments on commit a83ecb8

Please sign in to comment.