[Hypr] Start new hyprland config
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return function()
|
||||
return {
|
||||
gaps_in = 3,
|
||||
gaps_out = 4,
|
||||
border_size = 2,
|
||||
|
||||
layout = "dwindle",
|
||||
}
|
||||
end
|
||||
@@ -0,0 +1,27 @@
|
||||
--- @param swap_escape boolean
|
||||
return function(swap_escape)
|
||||
return {
|
||||
kb_options = swap_escape and "caps:swapescape" or "",
|
||||
kb_layout = "us",
|
||||
kb_variant = "altgr-intl",
|
||||
natural_scroll = "true",
|
||||
|
||||
numlock_by_default = true,
|
||||
repeat_delay = 400,
|
||||
|
||||
follow_mouse = 2,
|
||||
mouse_refocus = true,
|
||||
scroll_factor = 2,
|
||||
accel_profile = "flat",
|
||||
|
||||
touchpad = {
|
||||
disable_while_typing = true,
|
||||
natural_scroll = true,
|
||||
scroll_factor = 4,
|
||||
},
|
||||
|
||||
focus_on_close = 1,
|
||||
|
||||
sensitivity = 0,
|
||||
}
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Custom layout manager
|
||||
-- Very work in progress, currently, dwindle layout is still in use,
|
||||
-- but once this is completed, will switch over to this
|
||||
Reference in New Issue
Block a user