Added ags to hyprland
This commit is contained in:
11
home/desktops/hyprland/ags/modules/onscreenkeyboard/main.js
Normal file
11
home/desktops/hyprland/ags/modules/onscreenkeyboard/main.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import PopupWindow from '../.widgethacks/popupwindow.js';
|
||||
import OnScreenKeyboard from "./onscreenkeyboard.js";
|
||||
|
||||
export default (id) => PopupWindow({
|
||||
monitor: id,
|
||||
anchor: ['bottom'],
|
||||
name: `osk${id}`,
|
||||
showClassName: 'osk-show',
|
||||
hideClassName: 'osk-hide',
|
||||
child: OnScreenKeyboard({ id: id }),
|
||||
});
|
||||
Reference in New Issue
Block a user