mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
fix(NiriService): enhance column movement functions to focus on specified monitor
- Fixes #2498
This commit is contained in:
@@ -1158,9 +1158,9 @@ PanelWindow {
|
||||
if (!CompositorService.isNiri)
|
||||
return false;
|
||||
if (direction > 0)
|
||||
NiriService.moveColumnRight();
|
||||
NiriService.moveColumnRight(barWindow.screenName);
|
||||
else
|
||||
NiriService.moveColumnLeft();
|
||||
NiriService.moveColumnLeft(barWindow.screenName);
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user