From 56e978ccf76686ed0eecbf79f12f7a2d0cd0ef4c Mon Sep 17 00:00:00 2001 From: Cfp Date: Thu, 19 Jun 2025 09:11:06 +0200 Subject: [PATCH] Update --- .../{hyprland.conf => hyprland.conf.tmpl} | 23 ++++++++++++++++--- private_dot_config/kitty/kitty.conf | 1 + 2 files changed, 21 insertions(+), 3 deletions(-) rename private_dot_config/hypr/{hyprland.conf => hyprland.conf.tmpl} (93%) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf.tmpl similarity index 93% rename from private_dot_config/hypr/hyprland.conf rename to private_dot_config/hypr/hyprland.conf.tmpl index 00ad1c1..34b6d3b 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf.tmpl @@ -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 } } diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf index 86f0c23..cdbeae4 100644 --- a/private_dot_config/kitty/kitty.conf +++ b/private_dot_config/kitty/kitty.conf @@ -1 +1,2 @@ +font_family UbuntuMono Nerd Font background_opacity 0.1