Updated hyprland config
This commit is contained in:
parent
8587f9d2e0
commit
c582124035
9 changed files with 58 additions and 165 deletions
16
.config/hypr/config/monitors/mirror.lua
Normal file
16
.config/hypr/config/monitors/mirror.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-- Laptop screen
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = 1,
|
||||
|
||||
})
|
||||
|
||||
hl.monitor = {
|
||||
output = "*",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = "1",
|
||||
mirror = "eDP-1",
|
||||
}
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
-- See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
-- Default
|
||||
hl.monitor({
|
||||
output = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue