Cleaned up config some and added window rule for fullscreen gaps
This commit is contained in:
@@ -1,3 +1,37 @@
|
||||
hl.config = {
|
||||
input = {
|
||||
kb_layout = "us",
|
||||
-- kb_variant =
|
||||
-- kb_model =
|
||||
-- kb_options =
|
||||
-- kb_rules =
|
||||
follow_mouse = 1,
|
||||
sensitivity = 0,
|
||||
|
||||
touchpad = {
|
||||
natural_scroll = true,
|
||||
},
|
||||
cursor = {
|
||||
inactive_timeout= 0.1,
|
||||
},
|
||||
},
|
||||
xwayland = {
|
||||
force_zero_scaling = true
|
||||
},
|
||||
misc = {
|
||||
force_default_wallpaper = 1,
|
||||
disable_hyprland_logo = false,
|
||||
},
|
||||
dwindle = {
|
||||
preserve_split = true,
|
||||
},
|
||||
master = {
|
||||
new_status = "master",
|
||||
},
|
||||
scrolling = {
|
||||
fullscreen_on_one_column = true,
|
||||
},
|
||||
}
|
||||
|
||||
-------------------
|
||||
--- PERMISSIONS ---
|
||||
@@ -14,34 +48,3 @@
|
||||
-- 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,
|
||||
},
|
||||
},
|
||||
xwayland = {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user