Final commit before Lua migration

This commit is contained in:
2026-06-05 23:59:12 -04:00
parent ffa6b2494c
commit 9b1e714b9c
14 changed files with 254 additions and 59 deletions
+7 -8
View File
@@ -4,11 +4,10 @@
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = compose:ralt
kb_rules =
resolve_binds_by_sym = 1
kb_layout = us, us
kb_variant = colemak,
kb_options = ctrl:nocaps, compose:ralt, grp:ctrls_toggle
follow_mouse = 1
@@ -20,9 +19,9 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
}
#gestures {
# workspace_swipe = false
#}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more