mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 14:52:50 +00:00
ags steal
This commit is contained in:
12
desktops/hyprland/ags/windows/osk.js
Normal file
12
desktops/hyprland/ags/windows/osk.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { Gdk, Gtk } = imports.gi;
|
||||
import { Widget } from '../imports.js';
|
||||
import PopupWindow from './lib/popupwindow.js';
|
||||
import OnScreenKeyboard from "../modules/onscreenkeyboard.js";
|
||||
|
||||
export default () => PopupWindow({
|
||||
anchor: ['bottom'],
|
||||
name: 'osk',
|
||||
showClassName: 'osk-show',
|
||||
hideClassName: 'osk-hide',
|
||||
child: OnScreenKeyboard(),
|
||||
});
|
||||
Reference in New Issue
Block a user