From cbe92eafe38d4d6b87a30f349f64da3682c7f1f4 Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 11 May 2026 23:28:56 +0200 Subject: [PATCH] Added scrolling to workspace 1 and 2 --- config/bind.conf | 7 +++++++ config/monitor.conf | 8 ++++++-- config/theme.conf | 11 ++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/config/bind.conf b/config/bind.conf index f13edc0..c867022 100755 --- a/config/bind.conf +++ b/config/bind.conf @@ -123,3 +123,10 @@ bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh # Opening Additional Apps bind = $mod SHIFT, C, exec, code bind = $mod SHIFT, V, exec, vscodium + +# Scrolling + +bind = $mod CTRL, left, layoutmsg, focus l +bind = $mod CTRL, right, layoutmsg, focus r +bind = $mod CTRL SHIFT, left, layoutmsg, swapcol l +bind = $mod CTRL SHIFT, right, layoutmsg, swapcol r \ No newline at end of file diff --git a/config/monitor.conf b/config/monitor.conf index 0c606cf..d340ac9 100644 --- a/config/monitor.conf +++ b/config/monitor.conf @@ -3,6 +3,10 @@ # monitor = name, resolution, position, scale +misc { + vrr = 2 # 0: off, 1: on, 2: fullscreen only +} + render { cm_auto_hdr = 1 # 0: off, 1: on, 2: edid } @@ -40,10 +44,10 @@ monitor = desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 1920x1080@144, -1920x-1 monitor = desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-2160, 1 # Workspaces on Monitor 1 -workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019#, layoutopt:direction:right +workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019, layout:scrolling, layoutopt:direction:right # Workspaces on Monitor 2 -workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609 +workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609, layout:scrolling, layoutopt:direction:right workspace = 200, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609 # Workspaces on Monitor 3 diff --git a/config/theme.conf b/config/theme.conf index 21e3afd..0b3cb7d 100644 --- a/config/theme.conf +++ b/config/theme.conf @@ -88,8 +88,9 @@ misc { disable_hyprland_logo = true } -# scrolling { -# fullscreen_on_one_column = true -# column_width = 0.9 -# direction = right -# } +scrolling { + column_width = 0.7 + follow_focus = true + fullscreen_on_one_column = true + explicit_column_widths = 0.75,0.25 +} \ No newline at end of file