mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
sway: monitor output
This commit is contained in:
parent
a7f1039241
commit
81c3ee732b
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue