diff --git a/dot-config/hypr/decorations.conf b/dot-config/hypr/decorations.conf index 20d4c9f..90d5046 100644 --- a/dot-config/hypr/decorations.conf +++ b/dot-config/hypr/decorations.conf @@ -46,28 +46,3 @@ animations { animation = fade, 1, 7, myBezier animation = workspaces, 1, 6, myBezier } - -dwindle { - pseudotile = false - preserve_split = true - smart_split = false - smart_resizing = false -} - -misc { - force_default_wallpaper = -1 - disable_hyprland_logo = true -} - -input { - kb_layout = us, ru - kb_variant = - kb_model = - kb_options = grp:caps_toggle - kb_rules = - follow_mouse = 1 - sensitivity = 0 - touchpad { - natural_scroll = false - } -} diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index c0d79ba..d578a27 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -14,6 +14,7 @@ source = plugins.conf exec-once = hyprpm reload -n source = monitors.conf +source = misc.conf source = decorations.conf source = env.conf source = binds.conf diff --git a/dot-config/hypr/misc.conf b/dot-config/hypr/misc.conf new file mode 100644 index 0000000..1ec6aab --- /dev/null +++ b/dot-config/hypr/misc.conf @@ -0,0 +1,18 @@ +dwindle { + pseudotile = false + preserve_split = true + smart_split = false + smart_resizing = false +} + +misc { + force_default_wallpaper = -1 + disable_hyprland_logo = true +} + +input { + kb_layout = us, ru + kb_options = grp:caps_toggle + follow_mouse = 1 + sensitivity = 0 +}