29 lines
554 B
Text
29 lines
554 B
Text
# Misc
|
|
misc {
|
|
# Logos and mascotts
|
|
disable_hyprland_logo = true
|
|
disable_splash_rendering = true
|
|
|
|
# Focus
|
|
layers_hog_keyboard_focus = true
|
|
mouse_move_focuses_monitor = true
|
|
|
|
# Animations
|
|
animate_manual_resizes = true
|
|
|
|
# Swallowing
|
|
enable_swallow = true
|
|
swallow_regex = $terminal_class
|
|
|
|
# Cursor
|
|
hide_cursor_on_touch = false
|
|
|
|
# Screen locking
|
|
#allow_session_lock_restore = true
|
|
|
|
# Workspaces
|
|
close_special_on_empty = true
|
|
|
|
# Windows
|
|
new_window_takes_over_fullscreen = 2
|
|
}
|