mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
remove click2close closing (#523)
This commit is contained in:
@@ -47,7 +47,6 @@ globalThis['openWindowOnAllMonitors'] = (name) => {
|
||||
globalThis['closeEverything'] = () => {
|
||||
const numMonitors = Gdk.Display.get_default()?.get_n_monitors() || 1;
|
||||
for (let i = 0; i < numMonitors; i++) {
|
||||
App.closeWindow(`click2close${i}`);
|
||||
App.closeWindow(`cheatsheet${i}`);
|
||||
App.closeWindow(`session${i}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user