Update
This commit is contained in:
@@ -262,6 +262,12 @@ bindl = , mouse:281, exec, playerctl previous
|
||||
# Screenshots
|
||||
bind = , Print, exec, $screenshot
|
||||
|
||||
# Lock
|
||||
bind = $mainMod, l, exec, hyprlock
|
||||
|
||||
# Lock lid on close
|
||||
bindl=,switch:on:Lid Switch, exec, hyprlock --immediate
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
||||
40
home/.config/hypr/hyprlock.conf
Normal file
40
home/.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,40 @@
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
color = $background
|
||||
blur_passes = 2
|
||||
contrast = 1
|
||||
brightness = 0.5
|
||||
vibrancy = 0.2
|
||||
vibrancy_darkness = 0.2
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
no_fade_in = false
|
||||
no_fade_out = false
|
||||
hide_cursor = true
|
||||
grace = 0
|
||||
disable_loading_bar = false
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 60
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.2)
|
||||
font_color = rgb(255, 255, 255)
|
||||
fade_on_empty = false
|
||||
rounding = -1
|
||||
check_color = rgb(204, 136, 34)
|
||||
hide_input = false
|
||||
position = 0, -200
|
||||
halign = center
|
||||
valign = center
|
||||
placeholder_text =
|
||||
}
|
||||
@@ -1,7 +1,12 @@
|
||||
$mainMod = SUPER
|
||||
|
||||
# MONITORS
|
||||
monitor = , preferred, auto, 1
|
||||
monitor = , preferred, auto, 1.5
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
|
||||
# Workspaces per monitor
|
||||
workspace=1,persistent:true,default:true
|
||||
@@ -16,4 +21,4 @@ bind=$mainMod,S,workspace,name:S1
|
||||
bind=$mainMod SHIFT,S,workspace,1
|
||||
|
||||
# Secret workspaces
|
||||
workspace=name:S1
|
||||
workspace=name:S1
|
||||
|
||||
Reference in New Issue
Block a user