sway: Adjust monitor setup
This commit is contained in:
parent
4e3b829bf0
commit
a496f27be0
1 changed files with 6 additions and 6 deletions
12
sway/yuki
12
sway/yuki
|
|
@ -1,6 +1,8 @@
|
||||||
# Output configuration
|
# Output configuration
|
||||||
output * bg "~/.config/sway/bg.png" fill
|
output * bg "~/.config/sway/bg.png" fill
|
||||||
output DP-1 resolution 3840x2160 scale 1.5 position 0,0 color_profile icc "~/.config/sway/yuki.icc"
|
output DP-1 resolution 3840x2160 scale 1.5 position 1080,0 color_profile icc "~/.config/sway/yuki.icc"
|
||||||
|
output HDMI-A-1 resolution 1920x1080 scale 1.0 position 0,-300 transform 90
|
||||||
|
output HDMI-A-1 disable
|
||||||
|
|
||||||
# Input configuration
|
# Input configuration
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
|
|
@ -9,12 +11,10 @@ input type:pointer {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Monitor setup
|
# Monitor setup
|
||||||
set $mode_monitor Monitor (l) single left, (r) single right, (h) dual horizontal, ((v) dual vertical
|
set $mode_monitor Monitor (s) single, (d) dual
|
||||||
mode "$mode_monitor" {
|
mode "$mode_monitor" {
|
||||||
bindsym l output HDMI-A-1 enable, output DP-1 disable, mode "default"
|
bindsym s output HDMI-A-1 disable, mode "default"
|
||||||
bindsym r output DP-1 enable position 0 0 transform normal, output HDMI-A-1 disable, mode "default"
|
bindsym d output HDMI-A-1 enable, mode "default"
|
||||||
bindsym h output HDMI-A-1 enable, output DP-1 enable position 1920 0 transform normal, mode "default"
|
|
||||||
bindsym v output HDMI-A-1 enable, output DP-1 enable position 1920 -500 transform 270, mode "default"
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym mod3+Return mode "default"
|
bindsym mod3+Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue