Mono

Results 19 comments of Mono

I have same problem in Arch linux (also work when downgrade to 3.14.2) ``` $ gamescope -- ./FEZ No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance will be...

> > > 當我關閉和打開顯示器時,我遇到了類似的行為,除了欄消失(我仍然能夠從 wm 鍵綁定呼叫例如啟動器小部件)並且我沒有收到任何錯誤日誌。 > > > > > > 這是因為監視器斷開連接,從而破壞了綁定到該監視器的所有視窗。 要解決此問題,您需要在再次新增監視器時重新建立視窗。 這與本期報告的崩盤無關。 > > 我的配置支援多顯示器設置,並在運行時添加/刪除顯示器。 這是負責此操作的配置部分:(addMonitorWindows 函數建立視窗並新增它們) > > ```js > > const display = Gdk.Display.get_default(); >...

> There is no need to recreate necessarily, it's the default behavior on gtk, but you can use **Gtk.Window.hide_on_close(true)** and then your window gets hidden but not destroyed. After that,...

Share my simply method ```javascript const createWindows = () => [ ...Hyprland.monitors.map(m => Bar(m.id)), Powermenu(), ].map(w => w.on("destroy", self => App.removeWindow(self))); const recreateWindows = () => { for (const win...

For my instance, currently, My windows have bar-0, bar-1, power_menu 1. If use addWindow(self) in destroy signal, when unplug monitor1, bar-1 would recreate at monitor0 2. If not use recreateWindows...

oh sorry, I didn’t notice it related to this flag. I think --reconnect-tries 0 or 1 would be good for preset :) (or add the program information to the error...

> > ``` > > 2. Search for `browser.tabs.closeWindowWithLastTab` then set its value to `false` and you'll be fine! > > ``` > > this should be a toggle if...

It occurred to me that maybe it's because cachyos uses their pacman

> Why do you think it's a niri issue? Does it happen on other compositors? try in Hyprland its work fine. Not sure if it's related (since this is irrelevant...

> This sounds like on Hyprland it might be using xclip or something. You need wl-copy/paste, then it should work. > >For wl-clip-persist could you try on sway or cosmic-comp?...