mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
23 lines
611 B
Plaintext
23 lines
611 B
Plaintext
general {
|
|
# cursor_inactive_timeout = 10
|
|
# no_cursor_warps = true
|
|
}
|
|
|
|
debug {
|
|
overlay = false
|
|
#disable_logs = false
|
|
enable_stdout_logs = true
|
|
}
|
|
|
|
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
|
|
|
|
# vi: ft=hyprlang
|