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

23 lines
611 B
Text
Raw Normal View History

2022-10-29 20:25:42 +02:00
general {
2022-11-09 12:49:18 +01:00
# cursor_inactive_timeout = 10
2022-11-07 22:59:52 +01:00
# no_cursor_warps = true
}
debug {
overlay = false
2024-03-11 02:49:35 +01:00
#disable_logs = false
enable_stdout_logs = true
2022-11-07 22:59:52 +01: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 20:22:13 +02:00
# vi: ft=hyprlang