added window rules consolidated variables and gt vicinae launcher

This commit is contained in:
venus
2026-05-31 02:47:45 -05:00
parent e42e1cc875
commit 16d2ca17b1
9 changed files with 155 additions and 410 deletions

44
basic/vars.lua Normal file
View File

@@ -0,0 +1,44 @@
-------------------
--- PERMISSIONS ---
-------------------
-- See https://wiki.hypr.land/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
-----------------
----- INPUT -----
----------------
-- https://wiki.hypr.land/Configuring/Variables/#input
hl.config = {
input = {
kb_layout = "us",
-- kb_variant =
-- kb_model =
-- kb_options =
-- kb_rules =
follow_mouse = 1,
sensitivity = 0, -- -1.0 - 1.0, 0 means no modification.
touchpad = {
natural_scroll = true
},
cursor = {
inactive_timeout = 0.1,
},
},
}