Hi,
I am experiencing a similar issue in my setup, in my case when running
$ xterm -geometry 500x500+0+0
the window lags a lot when toggling maximization again. It happens also
if you use client_toggle_fullscreen instead. Also, is there any reason that you
maximize
instead of fullscreen? Toggling
of the resume script.
On Monday, March 25th, 2024 at 1:38 PM, Stefan Sperling wrote:
> On Mon, Mar 25, 2024 at 12:13:06PM +0000, ZenitDS wrote:
>
> > Hello,
> > On boot the urtwn0 interface is configured as expected, but after
> > I sleep using 'zzz', it gets r
Hello,
On boot the urtwn0 interface is configured as expected, but after
I sleep using 'zzz', it gets resetted and I have to manually run
'sh /etc/netstart' with root priviliges to reconfigure the interface.
I tried using /etc/apm/resume, but running it there made no difference.
I have seen that so
);
+ xev_process_ev(&e);
}
+}
+
+void
+xev_process_ev(XEvent *ev)
+{
+ if ((ev->type - Conf.xrandr_event_base) == RRScreenChangeNotify)
+ xev_handle_randr(ev);
+ else if ((ev->type < LASTEvent) && (xev_handlers[ev->type] != NULL))
+ (*x
Hello,
This is my first time posting here so please forgive me if
something is not correct.
When running cwm you can destroy the client window while
you are moving or resizing it, leading to crash of the WM
when the prop window is accessed (the one at the top-left that
indicates the position/sc
5 matches
Mail list logo