Re: [PATCH] [cwm] config option to run all apps maximized

2024-05-20 Thread ZenitDS
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

Re: Reload hostname.if file after suspend and resume (urtwn, zzz)

2024-03-25 Thread ZenitDS
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

Reload hostname.if file after suspend and resume (urtwn, zzz)

2024-03-25 Thread ZenitDS
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

Re: cwm crash when destroying window during move (patch included)

2024-02-07 Thread ZenitDS
); + 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

cwm crash when destroying window during move (patch included)

2024-02-06 Thread ZenitDS
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