first commit
This commit is contained in:
commit
38a53acd48
47 changed files with 3916 additions and 0 deletions
13
.config/hypr/config/monitors/default.conf
Normal file
13
.config/hypr/config/monitors/default.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# All screens
|
||||
monitorv2 {
|
||||
mode = preferred
|
||||
position = auto
|
||||
scale = auto
|
||||
}
|
||||
|
||||
23
.config/hypr/config/monitors/mirror.conf
Normal file
23
.config/hypr/config/monitors/mirror.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
################
|
||||
### 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
|
||||
}
|
||||
|
||||
39
.config/hypr/config/monitors/perso.conf
Normal file
39
.config/hypr/config/monitors/perso.conf
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
|
||||
# Default
|
||||
monitorv2 {
|
||||
output = *
|
||||
mode = preferred
|
||||
position = auto
|
||||
scale = auto
|
||||
}
|
||||
|
||||
# Laptop screen
|
||||
monitorv2 {
|
||||
output = eDP-1
|
||||
mode = preferred
|
||||
position = 0x0
|
||||
scale = 1
|
||||
}
|
||||
|
||||
# HP home monitor
|
||||
monitorv2 {
|
||||
output = DP-*
|
||||
mode = preferred
|
||||
position = 0x-1080
|
||||
scale = 1
|
||||
}
|
||||
|
||||
|
||||
# Dell monitor
|
||||
monitorv2 {
|
||||
output = HDMI-A-1
|
||||
mode = preferred
|
||||
position = 0x-1440
|
||||
scale = 1
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue