mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 12:47:16 +00:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
misc {
|
|
# Disable redundant renders (covered by wallpaper)
|
|
disable_hyprland_logo = true
|
|
disable_splash_rendering = true
|
|
|
|
# follow requests from windows to be focused
|
|
focus_on_activate = true
|
|
|
|
# Enable DPMS on these actions
|
|
mouse_move_enables_dpms = true
|
|
key_press_enables_dpms = true
|
|
}
|
|
|
|
# vi: ft=hyprlang
|