mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added kanshi config for work laptop
This commit is contained in:
parent
5731cdd191
commit
5b92334e6c
10
roles/sway/files/kanshi/by_host/work/config
Normal file
10
roles/sway/files/kanshi/by_host/work/config
Normal file
@ -0,0 +1,10 @@
|
||||
profile {
|
||||
output "eDP-1" position 0,920 mode 1920x1080 scale 1.5
|
||||
output "DP-3" position 1280,0 mode 1920x1200
|
||||
output "DP-4" position 3200,0 mode 1920x1200
|
||||
}
|
||||
|
||||
profile {
|
||||
output "eDP-1" position 0,0 mode 1920x1080 scale 1
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
set $left "eDP-1"
|
||||
set $center "DP-3"
|
||||
set $right "DP-4"
|
||||
output $left pos 0 920 res 1920x1200 scale 1.5
|
||||
output $center pos 1280 0 res 1920x1080
|
||||
output $left pos 0 920 res 1920x1080 scale 1.5
|
||||
output $center pos 1280 0 res 1920x1200
|
||||
output $right pos 3200 0 res 1920x1200
|
||||
|
||||
# dpms
|
||||
|
Loading…
Reference in New Issue
Block a user