62 lines
975 B
Plaintext
62 lines
975 B
Plaintext
# =========================
|
|
# Hyprland config (generated by Nix)
|
|
# =========================
|
|
|
|
# --- Variables ---
|
|
$mod = SUPER
|
|
$term = kitty
|
|
$menu = hyprshell run
|
|
|
|
|
|
# --- Environment ---
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
env = XDG_SESSION_TYPE,wayland
|
|
env = XDG_SESSION_DESKTOP,Hyprland
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
# --- Monitor (safe default) ---
|
|
monitor = , preferred, auto, 1
|
|
|
|
# --- Input ---
|
|
input {
|
|
kb_layout = us
|
|
follow_mouse = 1
|
|
touchpad {
|
|
natural_scroll = true
|
|
}
|
|
}
|
|
|
|
# --- General ---
|
|
general {
|
|
gaps_in = 5
|
|
gaps_out = 10
|
|
border_size = 2
|
|
layout = dwindle
|
|
}
|
|
|
|
animations {
|
|
enabled = true
|
|
}
|
|
|
|
decoration {
|
|
blur {
|
|
enabled = false
|
|
size = 8
|
|
passes = 2
|
|
new_optimizations = true
|
|
}
|
|
}
|
|
|
|
misc {
|
|
disable_hyprland_logo = false
|
|
disable_splash_rendering = false
|
|
}
|
|
|
|
# --- Keybindings live here ---
|
|
source = /etc/xdg/hypr/bindings.conf
|
|
|
|
|
|
# --- Autostart ---
|
|
exec-once = waybar
|
|
#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run
|