🐛 (neodymium/hyprland) fix broken/outdated config
This commit is contained in:
parent
5ee8dd7459
commit
9e469fe30d
|
@ -1,5 +1,5 @@
|
|||
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-2,1920x1080@120,0x0,1
|
||||
monitor=eDP-1,1920x1080@120,0x0,1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
|
@ -15,73 +15,75 @@ env = XCURSOR_SIZE,20
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = fr
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
kb_layout = fr
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 2
|
||||
follow_mouse = 2
|
||||
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
|
||||
border_size = 0
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
border_size = 0
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/
|
||||
decoration {
|
||||
rounding = 2
|
||||
rounding = 2
|
||||
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 3
|
||||
blur_new_optimizations = on
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 3
|
||||
passes = 3
|
||||
new_optimizations = 3
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/
|
||||
animations {
|
||||
enabled = no
|
||||
enabled = no
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Dwindle-Layout/
|
||||
dwindle {
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
no_gaps_when_only = true
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
no_gaps_when_only = true
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Master-Layout/
|
||||
master {
|
||||
new_is_master = false
|
||||
new_is_master = false
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
gestures {
|
||||
workspace_swipe = off
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Window-Rules/
|
||||
|
|
Loading…
Reference in a new issue