mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add optional extra install for hyprscrolling
This commit is contained in:
18
default/hypr/scrolling.conf
Normal file
18
default/hypr/scrolling.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
plugin {
|
||||
hyprscrolling {
|
||||
column_width = 0.7
|
||||
fullscreen_on_one_column = true
|
||||
focus_fit_method = 1
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
layout = scrolling
|
||||
}
|
||||
|
||||
bindd = SUPER, period, Focus right window column, layoutmsg, move +col
|
||||
bindd = SUPER, comma, Focus left window column, layoutmsg, move -col
|
||||
bindd = SUPER SHIFT, period, Move window column right, layoutmsg, movewindowto r
|
||||
bindd = SUPER SHIFT, comma, Move window column left, layoutmsg, movewindowto l
|
||||
bindd = SUPER SHIFT, up, Move window column up, layoutmsg, movewindowto u
|
||||
bindd = SUPER SHIFT, down, Move window column down, layoutmsg, movewindowto d
|
||||
Reference in New Issue
Block a user