Files
illogical-impulse/.config/ags/modules/sideright/main.js
T
end-4 f1075bb960 use hyprland's animations instead of gtk css
should make things much smoother
2024-04-05 06:08:13 +07:00

11 lines
279 B
JavaScript

import PopupWindow from '../.widgethacks/popupwindow.js';
import SidebarRight from "./sideright.js";
export default () => PopupWindow({
keymode: 'exclusive',
anchor: ['right', 'top', 'bottom'],
name: 'sideright',
layer: 'overlay',
child: SidebarRight(),
});