sway: monitor output

This commit is contained in:
Jozef Steinhübl 2024-09-03 18:57:39 +02:00
parent a7f1039241
commit 81c3ee732b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
include ~/.config/sway/*.swayconf
output HDMI-A-1 pos 0 0 res 1920x1080@144Hz
output eDP-1 pos 1920 0 res 1920x1080@120Hz
# background
output * bg ~/Pictures/Th0q7eQ.jpg fill

View file

@ -1,5 +1,10 @@
# vim:ft=swayconfig
# monitor
exec_always {
xrandr --output HDMI-A-1 --primary
}
# gtk themes
exec_always {
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"