Refactor sway config somewhat
This commit is contained in:
parent
883872de74
commit
44ad60e6dc
8 changed files with 330 additions and 326 deletions
41
home/dot_config/sway/config.d/outputs.tmpl
Normal file
41
home/dot_config/sway/config.d/outputs.tmpl
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# vi: ft=swayconfig
|
||||
#
|
||||
output * bg $bg fill
|
||||
|
||||
{{- if eq .chezmoi.hostname "baryte" }}
|
||||
|
||||
output "Acer Technologies VG270U P 0x05217924" {
|
||||
position 0 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
output "Acer Technologies VG270U P 0x9392CFAC" {
|
||||
position 2560 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
|
||||
workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
||||
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.hostname "dubnium" }}
|
||||
|
||||
output "Acer Technologies VG270U P 0x05217924" {
|
||||
position 0 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
output "Acer Technologies VG270U P 0x9392CFAC" {
|
||||
position 2560 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
||||
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
|
||||
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue