summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-25 19:23:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-25 19:23:32 +0100
commitb0351859b66b36f287ce1fbc6322b18e258d68eb (patch)
tree243c448562fb8189ed1cd52cdb5eaf78d6176adc /.config/hypr
parent8fd096d2cd583df4e0d133e21a9a8b4dab0bda8d (diff)
Hyprland: Hide cursor after 3 seconds
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 7f1d097..b52bdc2 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -26,11 +26,12 @@ input {
}
general {
- border_size = 3
- col.active_border = rgb(FAA14F)
- col.inactive_border = rgba(64727D7F)
- gaps_in = 5
- gaps_out = 10
+ border_size = 3
+ col.active_border = rgb(FAA14F)
+ col.inactive_border = rgba(64727D7F)
+ gaps_in = 5
+ gaps_out = 10
+ cursor_inactive_timeout = 3
}
decoration {