2024-01-05 09:30:41 +01:00
|
|
|
# Modular sourcing
|
|
|
|
$confDir = ~/.config/hypr/hyprland.conf.d
|
|
|
|
# Load plugins first
|
|
|
|
source = $confDir/plugins.conf
|
2023-10-19 09:57:45 +02:00
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
2023-10-19 11:12:48 +02:00
|
|
|
monitor=,preferred,auto,1
|
2023-10-19 09:57:45 +02:00
|
|
|
|
2024-01-05 09:30:41 +01:00
|
|
|
general {
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
|
|
|
|
gaps_in = 5
|
|
|
|
gaps_out = 20
|
|
|
|
border_size = 2
|
|
|
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
|
|
|
|
layout = hy3
|
|
|
|
}
|
|
|
|
|
2023-10-19 09:57:45 +02:00
|
|
|
# unscale XWayland
|
|
|
|
xwayland {
|
|
|
|
force_zero_scaling = true
|
|
|
|
}
|
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
|
|
|
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
|
|
input {
|
|
|
|
kb_layout = fr
|
|
|
|
kb_variant =
|
|
|
|
kb_model =
|
|
|
|
kb_options =
|
|
|
|
kb_rules =
|
|
|
|
|
|
|
|
follow_mouse = 1
|
|
|
|
|
|
|
|
touchpad {
|
|
|
|
natural_scroll = no
|
|
|
|
}
|
|
|
|
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
}
|
|
|
|
|
|
|
|
decoration {
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
|
|
|
|
rounding = 10
|
|
|
|
|
|
|
|
blur {
|
|
|
|
enabled = true
|
|
|
|
size = 3
|
|
|
|
passes = 1
|
|
|
|
}
|
|
|
|
|
|
|
|
drop_shadow = yes
|
|
|
|
shadow_range = 4
|
|
|
|
shadow_render_power = 3
|
|
|
|
col.shadow = rgba(1a1a1aee)
|
|
|
|
}
|
|
|
|
|
|
|
|
animations {
|
|
|
|
enabled = yes
|
|
|
|
|
|
|
|
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
|
|
|
|
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
|
|
|
|
|
|
animation = windows, 1, 7, myBezier
|
|
|
|
animation = windowsOut, 1, 7, default, popin 80%
|
|
|
|
animation = border, 1, 10, default
|
|
|
|
animation = borderangle, 1, 8, default
|
|
|
|
animation = fade, 1, 7, default
|
|
|
|
animation = workspaces, 1, 6, default
|
|
|
|
}
|
|
|
|
|
|
|
|
dwindle {
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
|
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
|
|
preserve_split = yes # you probably want this
|
|
|
|
}
|
|
|
|
|
|
|
|
gestures {
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
2023-11-13 10:20:24 +01:00
|
|
|
workspace_swipe = on
|
2023-10-19 09:57:45 +02:00
|
|
|
}
|
|
|
|
|
2023-11-26 19:49:53 +01:00
|
|
|
misc {
|
2024-01-04 21:15:45 +01:00
|
|
|
disable_hyprland_logo = true
|
|
|
|
disable_splash_rendering = true
|
|
|
|
force_default_wallpaper = 0
|
2023-11-26 19:49:53 +01:00
|
|
|
}
|
|
|
|
|
2023-10-19 09:57:45 +02:00
|
|
|
|
|
|
|
# Modular sourcing
|
|
|
|
source = $confDir/environment.conf
|
|
|
|
source = $confDir/bindings.conf
|
|
|
|
source = $confDir/windowrules.conf
|
|
|
|
source = $confDir/startup.conf
|
|
|
|
|