Add sway config
This commit is contained in:
parent
db15c95662
commit
cb3ea5254e
21 changed files with 347 additions and 3 deletions
12
.config/sway/config.d/10-host.conf##hostname.portalo,default
Normal file
12
.config/sway/config.d/10-host.conf##hostname.portalo,default
Normal file
|
@ -0,0 +1,12 @@
|
|||
# monitors
|
||||
set $monitor_primary DP-1
|
||||
set $monitor_secondary HDMI-A-1
|
||||
|
||||
output $monitor_primary enable
|
||||
output $monitor_secondary enable
|
||||
|
||||
#output $monitor_primary pos 1920 0 res 2560x1440@144Hz
|
||||
output $monitor_primary pos 1920 0 res 1920x1080@60Hz
|
||||
output $monitor_secondary pos 0 0 res 1920x1080
|
||||
|
||||
include ~/.config/sway/lib/layout-7-3.conf
|
Loading…
Add table
Add a link
Reference in a new issue