forked from Shinonome/dots-hyprland
ags: fix multi-monitor widgets
This commit is contained in:
@@ -3,6 +3,7 @@ import SessionScreen from "./sessionscreen.js";
|
||||
import PopupWindow from '../.widgethacks/popupwindow.js';
|
||||
|
||||
export default (id = 0) => PopupWindow({ // On-screen keyboard
|
||||
monitor: id,
|
||||
name: `session${id}`,
|
||||
visible: false,
|
||||
keymode: 'on-demand',
|
||||
@@ -10,4 +11,4 @@ export default (id = 0) => PopupWindow({ // On-screen keyboard
|
||||
exclusivity: 'ignore',
|
||||
anchor: ['top', 'bottom', 'left', 'right'],
|
||||
child: SessionScreen({ id: id }),
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user