🐛 (neodymium/hyprland) fix broken/outdated config

This commit is contained in:
Laureηt 2023-08-11 19:43:17 +02:00
parent 5ee8dd7459
commit 9e469fe30d
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,5 +1,5 @@
# https://wiki.hyprland.org/Configuring/Monitors/ # 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/ # https://wiki.hyprland.org/Configuring/Keywords/
@ -15,73 +15,75 @@ env = XCURSOR_SIZE,20
# https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = fr kb_layout = fr
kb_variant = kb_variant =
kb_model = kb_model =
kb_options = kb_options =
kb_rules = kb_rules =
follow_mouse = 2 follow_mouse = 2
touchpad { touchpad {
natural_scroll = no 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/ # https://wiki.hyprland.org/Configuring/Variables/
general { general {
gaps_in = 2 gaps_in = 2
gaps_out = 4 gaps_out = 4
border_size = 0 border_size = 0
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
layout = dwindle layout = dwindle
} }
# See https://wiki.hyprland.org/Configuring/Variables/ # See https://wiki.hyprland.org/Configuring/Variables/
decoration { decoration {
rounding = 2 rounding = 2
blur = yes blur {
blur_size = 3 enabled = yes
blur_passes = 3 size = 3
blur_new_optimizations = on passes = 3
new_optimizations = 3
}
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = rgba(1a1a1aee) col.shadow = rgba(1a1a1aee)
} }
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/
animations { animations {
enabled = no enabled = no
} }
# https://wiki.hyprland.org/Configuring/Dwindle-Layout/ # https://wiki.hyprland.org/Configuring/Dwindle-Layout/
dwindle { dwindle {
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
no_gaps_when_only = true no_gaps_when_only = true
} }
# https://wiki.hyprland.org/Configuring/Master-Layout/ # https://wiki.hyprland.org/Configuring/Master-Layout/
master { master {
new_is_master = false new_is_master = false
} }
# https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/
gestures { gestures {
workspace_swipe = off workspace_swipe = off
} }
misc { misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true disable_splash_rendering = true
} }
# https://wiki.hyprland.org/Configuring/Window-Rules/ # https://wiki.hyprland.org/Configuring/Window-Rules/