forked from Shinonome/dots-hyprland
allow sidebar pinning
This commit is contained in:
@@ -3,7 +3,7 @@ import { SearchAndWindows } from "./overview.js";
|
||||
|
||||
export default () => Widget.Window({
|
||||
name: 'overview',
|
||||
exclusivity: 'normal',
|
||||
exclusivity: 'ignore',
|
||||
focusable: true,
|
||||
popup: true,
|
||||
visible: false,
|
||||
|
||||
@@ -506,6 +506,7 @@ export const SearchAndWindows = () => {
|
||||
|
||||
return Widget.Box({
|
||||
vertical: true,
|
||||
className: 'overview-window',
|
||||
children: [
|
||||
clickOutsideToClose,
|
||||
Widget.Box({
|
||||
|
||||
Reference in New Issue
Block a user