Added scrolling to workspace 1 and 2

This commit is contained in:
Hannes
2026-05-11 23:28:56 +02:00
parent f9754ea924
commit cbe92eafe3
3 changed files with 19 additions and 7 deletions
+7
View File
@@ -123,3 +123,10 @@ bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh
# Opening Additional Apps # Opening Additional Apps
bind = $mod SHIFT, C, exec, code bind = $mod SHIFT, C, exec, code
bind = $mod SHIFT, V, exec, vscodium 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
+6 -2
View File
@@ -3,6 +3,10 @@
# monitor = name, resolution, position, scale # monitor = name, resolution, position, scale
misc {
vrr = 2 # 0: off, 1: on, 2: fullscreen only
}
render { render {
cm_auto_hdr = 1 # 0: off, 1: on, 2: edid 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 monitor = desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-2160, 1
# Workspaces on Monitor 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 # 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 workspace = 200, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
# Workspaces on Monitor 3 # Workspaces on Monitor 3
+6 -5
View File
@@ -88,8 +88,9 @@ misc {
disable_hyprland_logo = true disable_hyprland_logo = true
} }
# scrolling { scrolling {
# fullscreen_on_one_column = true column_width = 0.7
# column_width = 0.9 follow_focus = true
# direction = right fullscreen_on_one_column = true
# } explicit_column_widths = 0.75,0.25
}