Deleted the old hyprlang config
This commit is contained in:
parent
c582124035
commit
e610cf0eb6
14 changed files with 15 additions and 747 deletions
15
.config/hypr/config/monitors/default.lua
Normal file
15
.config/hypr/config/monitors/default.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
-- All screens
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "preferred",
|
||||
position = "auto-up",
|
||||
scale = "auto",
|
||||
})
|
||||
|
||||
-- Laptop screen
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "preferred",
|
||||
position = "auto-down",
|
||||
scale = "1",
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue