forked from Shinonome/dots-hyprland
remove click2close closing (#523)
This commit is contained in:
@@ -47,7 +47,6 @@ globalThis['openWindowOnAllMonitors'] = (name) => {
|
|||||||
globalThis['closeEverything'] = () => {
|
globalThis['closeEverything'] = () => {
|
||||||
const numMonitors = Gdk.Display.get_default()?.get_n_monitors() || 1;
|
const numMonitors = Gdk.Display.get_default()?.get_n_monitors() || 1;
|
||||||
for (let i = 0; i < numMonitors; i++) {
|
for (let i = 0; i < numMonitors; i++) {
|
||||||
App.closeWindow(`click2close${i}`);
|
|
||||||
App.closeWindow(`cheatsheet${i}`);
|
App.closeWindow(`cheatsheet${i}`);
|
||||||
App.closeWindow(`session${i}`);
|
App.closeWindow(`session${i}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user