This commit is contained in:
Cfp
2025-06-19 09:11:06 +02:00
parent 5d6497f55c
commit 56e978ccf7
2 changed files with 21 additions and 3 deletions

View File

@ -24,7 +24,7 @@ autogenerated = 0 # remove this line to remove the warning
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=,preferred,auto,{{ .screen_scaling }}
###################
@ -62,6 +62,23 @@ env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
###################
### PERMISSIONS ###
###################
# See https://wiki.hyprland.org/Configuring/Permissions/
# Please note permission changes here require a Hyprland restart and are not applied on-the-fly
# for security reasons
# ecosystem {
# enforce_permissions = 1
# }
# permission = /usr/(bin|local/bin)/grim, screencopy, allow
# permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
#####################
### LOOK AND FEEL ###
#####################
@ -189,10 +206,10 @@ input {
follow_mouse = 1
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
sensitivity = {{ .mouse_sens }} # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = false
natural_scroll = true
}
}

View File

@ -1 +1,2 @@
font_family UbuntuMono Nerd Font
background_opacity 0.1