86 lines
1.9 KiB
Text
86 lines
1.9 KiB
Text
|
source = ~/.config/hypr/dracula.conf
|
||
|
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||
|
#monitor=,preferred,auto,auto
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||
|
|
||
|
# Execute your favorite apps at launch
|
||
|
# exec-once = waybar & hyprpaper & firefox
|
||
|
|
||
|
# Some default env vars.
|
||
|
env = XCURSOR_SIZE,24
|
||
|
|
||
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||
|
input {
|
||
|
kb_layout = de
|
||
|
kb_variant =
|
||
|
kb_model =
|
||
|
kb_options =
|
||
|
kb_rules =
|
||
|
|
||
|
follow_mouse = 1
|
||
|
accel_profile = flat
|
||
|
|
||
|
touchpad {
|
||
|
natural_scroll = no
|
||
|
}
|
||
|
|
||
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||
|
}
|
||
|
|
||
|
general {
|
||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||
|
|
||
|
gaps_in = 3
|
||
|
gaps_out = 6
|
||
|
border_size = 1
|
||
|
|
||
|
no_cursor_warps = true
|
||
|
|
||
|
layout = dwindle
|
||
|
}
|
||
|
|
||
|
decoration {
|
||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||
|
|
||
|
rounding = 3
|
||
|
blur = yes
|
||
|
blur_size = 3
|
||
|
blur_passes = 1
|
||
|
blur_new_optimizations = on
|
||
|
}
|
||
|
|
||
|
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
|
||
|
no_gaps_when_only = yes # whether to apply gaps when there is only one window
|
||
|
}
|
||
|
|
||
|
master {
|
||
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||
|
new_is_master = true
|
||
|
}
|
||
|
|
||
|
source = ~/.config/hypr/binds.conf
|
||
|
source = ~/.config/hypr/rules.conf
|
||
|
|
||
|
exec-once = autostart-manage run-wayland
|