From 4fd37182076c2be406a7841a005323198f19be9c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 12 Jun 2024 18:52:07 +0200 Subject: Hyprland: Fix option for new version --- .config/hypr/hyprland.conf.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index e588455..745673d 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -32,7 +32,10 @@ general { col.inactive_border = rgba(64727D7F) gaps_in = 5 gaps_out = 10 - cursor_inactive_timeout = 3 +} + +cursor { + inactive_timeout = 3 } decoration { -- cgit v1.2.3 From 3224937ddcbe6a316dbf919d585ccb16c6ff7355 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 12 Jun 2024 18:52:34 +0200 Subject: Hyprland: Formatting --- .config/hypr/hyprland.conf.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 745673d..df2bc7f 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -27,11 +27,11 @@ 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 { -- cgit v1.2.3