Files
illogical-impulse/.config/ags/modules/sideleft/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
274 B
JavaScript

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