Compare commits
2 commits
4cb09ff495
...
a568402dad
Author | SHA1 | Date | |
---|---|---|---|
|
a568402dad | ||
|
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
|
||||||
|
}
|
|
@ -3,6 +3,6 @@
|
||||||
#===========================================================================#
|
#===========================================================================#
|
||||||
|
|
||||||
monitor=DP-1, 3440x1440@100, 1920x0, 1
|
monitor=DP-1, 3440x1440@100, 1920x0, 1
|
||||||
monitor=HDMI-A-2, 1920x1200@60, 0x0, 1
|
monitor=HDMI-A-1, 1920x1200@60, 0x0, 1
|
||||||
#monitor=HDMI-A-1, 1920x1200@60, 2680x1440, 1
|
#monitor=HDMI-A-1, 1920x1200@60, 2680x1440, 1
|
||||||
#monitor=HDMI-A-2, 1366x768@60, 0x0, 1
|
#monitor=HDMI-A-2, 1366x768@60, 0x0, 1
|
||||||
|
|
Loading…
Reference in a new issue