dotfiles/home/.config/hypr/hyprland.conf

23 lines
611 B
Plaintext
Raw Normal View History

2022-10-29 18:25:42 +00:00
general {
2022-11-09 11:49:18 +00:00
# cursor_inactive_timeout = 10
2022-11-07 21:59:52 +00:00
# no_cursor_warps = true
}
debug {
overlay = false
2024-03-11 01:49:35 +00:00
#disable_logs = false
enable_stdout_logs = true
2022-11-07 21:59:52 +00:00
}
source = ~/.config/hypr/hyprland.d/exec.conf
source = ~/.config/hypr/hyprland.d/layout.conf
source = ~/.config/hypr/hyprland.d/input.conf
source = ~/.config/hypr/hyprland.d/style.conf
source = ~/.config/hypr/hyprland.d/keybinds.conf
source = ~/.config/hypr/hyprland.d/window_rules.conf
source = ~/.config/hypr/hyprland.d/gestures.conf
source = ~/.config/hypr/hyprland.d/misc.conf
source = ~/.config/hypr/hyprland.d/plugins.conf
2023-10-10 18:22:13 +00:00
# vi: ft=hyprlang