mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
xsession: set X1 resolution to 1920x1080
HiDPI support is not quite here in Linux
This commit is contained in:
parent
75e7d632d4
commit
21f9dd0237
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -36,6 +36,9 @@ case "$(hostname)" in
|
|||
alucard)
|
||||
xrandr --output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0
|
||||
;;
|
||||
zoro)
|
||||
xrandr --output eDP1 --mode 1920x1080 # no HiDPI...
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue