1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

try to fix display configuration

This commit is contained in:
eoli3n 2023-05-01 09:37:22 +02:00
parent 992c20fb83
commit c7d8b4133e
2 changed files with 7 additions and 7 deletions

@ -1,12 +1,12 @@
profile { profile {
output "ONKYO Corporation Sound System 0x00000000" disable output "ONKYO Corporation Sound System Unknown" disable
output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 1199,1080 mode 1920x1080 output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 1920,1080 mode 1920x1080
output "eDP-1" position 0,1486 mode 1920x1080 scale 1 output "eDP-1" position 548,1388 mode 1920x1080 scale 1.4
} }
profile { profile {
output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 1199,1080 mode 1920x1080 output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 1920,1080 mode 1920x1080
output "eDP-1" position 0,1486 mode 1920x1080 scale 1.4 output "eDP-1" position 548,1388 mode 1920x1080 scale 1.4
} }
profile { profile {

@ -9,8 +9,8 @@ set $screen "DP-3"
#output $laptop pos 1920 1560 res 1920x1080 scale 1.8 #output $laptop pos 1920 1560 res 1920x1080 scale 1.8
# toggle proj # toggle proj
bindsym --no-repeat $mod+p output $proj toggle; output $screen toggle; output $laptop toggle bindsym --no-repeat $mod+p output $proj toggle
bindsym --no-repeat $mod+Shift+p output $laptop toggle bindsym --no-repeat $mod+Shift+p output $screen toggle; output $laptop toggle
# start kanshi # start kanshi
exec_always "pkill kanshi; kanshi" exec_always "pkill kanshi; kanshi"