mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
ags steal
This commit is contained in:
13
desktops/hyprland/ags/windows/session.js
Normal file
13
desktops/hyprland/ags/windows/session.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const { Gdk, Gtk } = imports.gi;
|
||||
import { Widget } from '../imports.js';
|
||||
import SessionScreen from "../modules/sessionscreen.js";
|
||||
|
||||
export default () => Widget.Window({ // On-screen keyboard
|
||||
name: 'session',
|
||||
popup: true,
|
||||
visible: false,
|
||||
focusable: true,
|
||||
layer: 'overlay',
|
||||
// anchor: ['top', 'bottom', 'left', 'right'],
|
||||
child: SessionScreen(),
|
||||
})
|
||||
Reference in New Issue
Block a user