add sway config for pollux
This commit is contained in:
parent
1367efb82e
commit
0bdfa16310
1 changed files with 20 additions and 0 deletions
20
.config/sway/config.local##hostname.pollux
Normal file
20
.config/sway/config.local##hostname.pollux
Normal file
|
@ -0,0 +1,20 @@
|
|||
set $primary_monitor_identifier eDP-2
|
||||
set $primary_monitor_resolution 2560x1600
|
||||
set $primary_monitor_scale 1.6
|
||||
set $primary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
|
||||
|
||||
set $secondary_monitor_identifier 'Eizo Nanao Corporation EV2455 0x02B3F906'
|
||||
set $secondary_monitor_resolution 1920x1200
|
||||
set $secondary_monitor_scale 1
|
||||
set $secondary_monitor_x_offset 1600
|
||||
set $secondary_monitor_y_offset 0
|
||||
set $secondary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
|
||||
|
||||
set $tertiary_monitor_identifier 'Dell Inc. DELL U2719D 843HV13'
|
||||
set $tertiary_monitor_resolution 2560x1440
|
||||
set $tertiary_monitor_scale 1
|
||||
set $tertiary_monitor_x_offset 3520
|
||||
set $tertiary_monitor_y_offset -860
|
||||
set $tertiary_monitor_background $HOME/.local/share/backgrounds/mountain_vertical.jpg
|
||||
|
||||
set $internal_monitor_identifier eDP-2
|
Loading…
Reference in a new issue