hyprland: move input, misc, dwindle to misc.conf
This commit is contained in:
parent
4cb09ff495
commit
e874fdebfe
|
@ -46,28 +46,3 @@ animations {
|
||||||
animation = fade, 1, 7, myBezier
|
animation = fade, 1, 7, myBezier
|
||||||
animation = workspaces, 1, 6, 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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ source = plugins.conf
|
||||||
exec-once = hyprpm reload -n
|
exec-once = hyprpm reload -n
|
||||||
|
|
||||||
source = monitors.conf
|
source = monitors.conf
|
||||||
|
source = misc.conf
|
||||||
source = decorations.conf
|
source = decorations.conf
|
||||||
source = env.conf
|
source = env.conf
|
||||||
source = binds.conf
|
source = binds.conf
|
||||||
|
|
18
dot-config/hypr/misc.conf
Normal file
18
dot-config/hypr/misc.conf
Normal file
|
@ -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
|
||||||
|
}
|
Loading…
Reference in a new issue