Added scrolling to workspace 1 and 2
This commit is contained in:
@@ -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
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-5
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user