94 lines
1.9 KiB
Plaintext
94 lines
1.9 KiB
Plaintext
source=~/.config/hypr/monitors.conf
|
|
source=~/.config/hypr/mocha.conf
|
|
source=~/.config/hypr/keywords.conf
|
|
source=~/.config/hypr/exec.conf
|
|
source=~/.config/hypr/env.conf
|
|
source=~/.config/hypr/variable.conf
|
|
source=~/.config/hypr/input.conf
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
general {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
border_size = 3
|
|
|
|
col.active_border = $mauve $flamingo 90deg
|
|
col.inactive_border = $subtext0
|
|
|
|
resize_on_border = true
|
|
|
|
gaps_in = 2
|
|
gaps_out = 4
|
|
|
|
layout = dwindle
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = false
|
|
}
|
|
|
|
decoration {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
rounding = 4
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 3
|
|
passes = 1
|
|
new_optimizations = true
|
|
}
|
|
|
|
shadow {
|
|
enabled = true
|
|
range = 4
|
|
render_power = 3
|
|
color = rgba(1a1a1aee)
|
|
}
|
|
|
|
dim_inactive = true
|
|
dim_strength = 0.05
|
|
dim_special = 0.07
|
|
}
|
|
|
|
animations {
|
|
enabled = true
|
|
|
|
bezier = linear, 0.0, 0.0, 1, 1
|
|
animation = borderangle, 1, 50, linear, loop
|
|
|
|
animation=workspaces,1,0.5,default
|
|
animation=windows,0,0.1,default
|
|
animation=fade,0,0.1,default
|
|
}
|
|
|
|
dwindle {
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
pseudotile = yes # master switch for pseudotiling. Enableing is bound to mainMod + P in the keybinds section
|
|
preserve_split = yes
|
|
}
|
|
|
|
# master {
|
|
# # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
# new_is_master = true
|
|
# }
|
|
|
|
misc {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
|
middle_click_paste = false
|
|
}
|
|
|
|
# Device Config
|
|
soruce=~/.config/hypr/device.conf
|
|
|
|
# Windows Rules (v2)
|
|
source=~/.config/hypr/windowrulev2.conf
|
|
|
|
# Keyboard Bindings
|
|
source=~/.config/hypr/binding.conf
|