mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fixed display sway problem
This commit is contained in:
parent
16f78e5ea5
commit
5b8c4d3b55
@ -1,7 +1,12 @@
|
||||
profile {
|
||||
output "ONKYO Corporation Sound System 0x00000000" disable
|
||||
output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 0,1080 mode 1920x1080
|
||||
output "Chimei Innolux Corporation 0x14D3 0x00000000" position 1920,1560 mode 1920x1080 scale 1.8
|
||||
output "Chimei Innolux Corporation 0x14D3 0x00000000" position 1920,1560 mode 1920x1080 scale 1.6
|
||||
}
|
||||
|
||||
profile {
|
||||
output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 0,1080 mode 1920x1080
|
||||
output "Chimei Innolux Corporation 0x14D3 0x00000000" position 1920,1560 mode 1920x1080 scale 1.6
|
||||
}
|
||||
|
||||
profile {
|
||||
|
@ -12,7 +12,8 @@ set $proj "ONKYO Corporation Sound System 0x00000000"
|
||||
bindsym $mod+p output "ONKYO Corporation Sound System 0x00000000" toggle
|
||||
|
||||
# start kanshi
|
||||
exec --no-startup-id swaymsg 'exec kanshi &'
|
||||
exec_always --no-startup-id swaymsg 'pkill kanshi'
|
||||
exec_always --no-startup-id swaymsg 'exec kanshi &'
|
||||
|
||||
# dpms
|
||||
output * dpms on
|
||||
|
Loading…
Reference in New Issue
Block a user