fixes
This commit is contained in:
@@ -146,8 +146,8 @@ in {
|
||||
"9" = [ ];
|
||||
"10" = [ ];
|
||||
};
|
||||
"on-scroll-up" = "hyprctl dispatch workspace r-1";
|
||||
"on-scroll-down" = "hyprctl dispatch workspace r+1";
|
||||
"on-scroll-up" = "hyprctl eval \"hl.dispatch(hl.dsp.focus({ workspace = '-1' }))\"";
|
||||
"on-scroll-down" = "hyprctl eval \"hl.dispatch(hl.dsp.focus({ workspace = '+1' }))\"";
|
||||
};
|
||||
|
||||
"backlight" = {
|
||||
|
||||
Reference in New Issue
Block a user