Compare commits
No commits in common. "a568402dad9612d410c91c310e9860f520acce08" and "4cb09ff495511b68128e6c72cbc1ffa5fb45fd85" have entirely different histories.
a568402dad
...
4cb09ff495
|
@ -46,3 +46,28 @@ 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,7 +14,6 @@ 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
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
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-1, 1920x1200@60, 0x0, 1
|
monitor=HDMI-A-2, 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