Deleted the old hyprlang config
This commit is contained in:
parent
c582124035
commit
e610cf0eb6
14 changed files with 15 additions and 747 deletions
|
|
@ -1,21 +0,0 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# All screens
|
||||
monitorv2 {
|
||||
output =
|
||||
mode = preferred
|
||||
position = auto-up
|
||||
scale = auto
|
||||
}
|
||||
|
||||
# Laptop screen
|
||||
monitorv2 {
|
||||
output = eDP-1
|
||||
mode = preferred
|
||||
position = auto-down
|
||||
scale = 1
|
||||
}
|
||||
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",
|
||||
})
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# Laptop screen
|
||||
monitorv2 {
|
||||
output = eDP-1
|
||||
mode = preferred
|
||||
position = 0x0
|
||||
scale = 1
|
||||
}
|
||||
|
||||
# Other monitors (mirror laptop screen)
|
||||
monitorv2 {
|
||||
output = *
|
||||
mode = preferred
|
||||
position = auto
|
||||
scale = 1
|
||||
mirror = eDP-1
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# Generated by nwg-displays on 2025-10-12 at 12:32:09. Do not edit manually.
|
||||
|
||||
monitor=eDP-1,1920x1080@60.0,4126x1440,1.0
|
||||
monitor=DP-1,2560x1440@59.95,1920x0,1.0
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# Default
|
||||
monitorv2 {
|
||||
output =
|
||||
mode = preferred
|
||||
position = auto-up
|
||||
scale = auto
|
||||
}
|
||||
|
||||
# Laptop screen
|
||||
monitorv2 {
|
||||
output = eDP-1
|
||||
mode = preferred
|
||||
position = auto-down
|
||||
scale = 1
|
||||
# supports_wide_color = 1
|
||||
# supports_hdr = 1
|
||||
# bitdepth = 10
|
||||
}
|
||||
|
||||
# HP home monitor
|
||||
monitorv2 {
|
||||
output = DP-*
|
||||
mode = preferred
|
||||
position = auto-up
|
||||
scale = 1
|
||||
}
|
||||
|
||||
|
||||
# Dell monitor
|
||||
monitorv2 {
|
||||
output = HDMI-A-1
|
||||
mode = preferred
|
||||
position = auto-up
|
||||
scale = 1
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue