forked from Shinonome/dots-hyprland
fix weird abrupt change (#403)
This commit is contained in:
@@ -7,7 +7,7 @@ export default (id = '') => PopupWindow({
|
|||||||
// exclusivity: 'ignore',
|
// exclusivity: 'ignore',
|
||||||
keymode: 'exclusive',
|
keymode: 'exclusive',
|
||||||
visible: false,
|
visible: false,
|
||||||
anchor: ['top'],
|
anchor: ['top', 'bottom'],
|
||||||
layer: 'overlay',
|
layer: 'overlay',
|
||||||
child: Widget.Box({
|
child: Widget.Box({
|
||||||
vertical: true,
|
vertical: true,
|
||||||
|
|||||||
@@ -234,7 +234,6 @@ export default () => {
|
|||||||
`,
|
`,
|
||||||
children: [Widget.EventBox({
|
children: [Widget.EventBox({
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
vexpand: true,
|
|
||||||
onPrimaryClick: () => {
|
onPrimaryClick: () => {
|
||||||
App.closeWindow('overview');
|
App.closeWindow('overview');
|
||||||
Utils.timeout(POPUP_CLOSE_TIME, () => Hyprland.messageAsync(`dispatch workspace ${index}`));
|
Utils.timeout(POPUP_CLOSE_TIME, () => Hyprland.messageAsync(`dispatch workspace ${index}`));
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ export const SearchAndWindows = () => {
|
|||||||
const resultsBox = Widget.Box({
|
const resultsBox = Widget.Box({
|
||||||
className: 'overview-search-results',
|
className: 'overview-search-results',
|
||||||
vertical: true,
|
vertical: true,
|
||||||
vexpand: true,
|
|
||||||
});
|
});
|
||||||
const resultsRevealer = Widget.Revealer({
|
const resultsRevealer = Widget.Revealer({
|
||||||
transitionDuration: userOptions.animations.durationLarge,
|
transitionDuration: userOptions.animations.durationLarge,
|
||||||
|
|||||||
Reference in New Issue
Block a user