(hypr) changed file structure, hyprlock show input field only on main

display
This commit is contained in:
scbj
2025-07-17 16:56:33 +02:00
parent bdf2f44702
commit 5a12b02463
7 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
$main_display = DP-2 source = ~/.config/hypr/outputs.conf
$secondary_display = DP-3
monitor = $main_display, 1920x1080@144, 0x0, 1 monitor = $main_display, 1920x1080@144, 0x0, 1
monitor = $secondary_display, 1920x1080@60, 1920x0, 1 monitor = $secondary_display, 1920x1080@60, 1920x0, 1

View File

@@ -0,0 +1,3 @@
$main_display = DP-2
$secondary_display = DP-3

View File

@@ -1,4 +0,0 @@
$image = ~/dotfiles/images/dungeon_forest.jpg
preload = $image
wallpaper = , $image

View File

@@ -1,5 +1,4 @@
$main_display = DP-7 source = ~/.config/hypr/outputs.conf
$secondary_display = DP-5
monitor = $main_display, 2560x1440@60, 1440x620, 1 monitor = $main_display, 2560x1440@60, 1440x620, 1
monitor = $secondary_display, 2560x1440@60, 0x0, 1, transform, 1 monitor = $secondary_display, 2560x1440@60, 0x0, 1, transform, 1

View File

@@ -0,0 +1,3 @@
$main_display = DP-7
$secondary_display = DP-5

View File

@@ -1,4 +1,6 @@
# hyprlock configuration # hyprlock configuration
source = ~/.config/hypr/outputs.conf
general { general {
hide_cursor = true hide_cursor = true
ignore_empty_input = true ignore_empty_input = true
@@ -11,6 +13,7 @@ background {
} }
input-field { input-field {
monitor = $main_display
size = 30%,8% size = 30%,8%
outline_thickness = 3 outline_thickness = 3
dots_center = true dots_center = true