You are not logged in.

#1 2019-08-06 09:34:02

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,746

bl-hotcorners and rtile

https://www.youtube.com/watch?v=Zg-oGOwlFEw

Playing around with bl-hotcorners with the following rc

[Hot Corners]
top_left_corner_command = tile --all
top_right_corner_command = tile --cycle
bottom_left_corner_command = tile --swap
bottom_right_corner_command = 

tile=rtile. And it feels a bit laggy, any tips for improving speed?

Last edited by brontosaurusrex (2019-08-06 09:34:14)

Offline

#2 2019-08-07 01:00:11

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-hotcorners and rtile

brontosaurusrex wrote:

... And it feels a bit laggy, any tips for improving speed?

bl-hotcorners has "check_intervall = 0.2" and various "time.sleep(xx)" functions. Perhaps you can tweak those delays?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2019-08-07 02:04:24

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,652
Website

Re: bl-hotcorners and rtile

Interesting this came up today.

Just yesterday I was revisiting bl-hotcorners and previous dev discussions, decided that nobody was using it and dropped it from the Lithium bunsen-utilities.  yikes
It was due for a rewrite, but was abandoned.

Should it go back in again, with the existing code?

(The related bl-aerosnap was buggy and dropped a long time ago.)

Last edited by johnraff (2019-08-07 02:07:20)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#4 2019-08-07 06:29:26

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: bl-hotcorners and rtile

johnraff wrote:

It was due for a rewrite, but was abandoned.

Maybe Unia just needs a gentle nudge?

Offline

#5 2019-08-07 08:39:55

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,746

Re: bl-hotcorners and rtile

I guess rtile is not extremly fast to start with (ancient machine thought)

time tile --all  
tile --all  0.17s user 0.06s system 58% cpu 0.401 total

time tile --all
tile --all  0.16s user 0.06s system 67% cpu 0.335 total

time tile --cycle
tile --cycle  0.18s user 0.06s system 58% cpu 0.404 total

So I have about 0.4s delay before something new can happen?

Last edited by brontosaurusrex (2019-08-07 14:11:37)

Offline

#6 2020-02-07 16:03:18

jcarlos77
Member
From: Chihuahua, México
Registered: 2017-06-18
Posts: 9

Re: bl-hotcorners and rtile

Just saw the thread.

Is bl-hotcorners still alive?

Offline

#7 2020-02-07 17:14:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-hotcorners and rtile

jcarlos77 wrote:

Just saw the thread.

Is bl-hotcorners still alive?

I'm still using it wink

misko_2083 wrote:

This looks promising
https://github.com/Leinnan/lwa-hot-corners
4x less memory consumption than bl-hotcorners

Trying it now: slightly more cpu usage though, but both of them have minimal mem use on my machine. lwa-hot-corners polls the mouse position every few millisecs, and I can't see where to change that in the code before compiling.
bl-hotcorners has check_intervall = and time.sleep() values which can be adjusted in the script. (It should be relatively easy to add script args to adjust polling interval, bounce distance etc)

Last edited by damo (2020-02-07 22:02:04)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#8 2020-02-12 18:18:44

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-hotcorners and rtile

misko_2083 wrote:

Somehow I keep missing the posts which mention me.
I forget the last thing I was writing if I don't log in or a few days.

damo wrote:
jcarlos77 wrote:

Just saw the thread.

Is bl-hotcorners still alive?

I'm still using it wink

misko_2083 wrote:

This looks promising
https://github.com/Leinnan/lwa-hot-corners
4x less memory consumption than bl-hotcorners

Trying it now: slightly more cpu usage though, but both of them have minimal mem use on my machine. lwa-hot-corners polls the mouse position every few millisecs, and I can't see where to change that in the code before compiling.
bl-hotcorners has check_intervall = and time.sleep() values which can be adjusted in the script. (It should be relatively easy to add script args to adjust polling interval, bounce distance etc)

Preety good hot corner launcher in my opinion.

Did you see my enhancements? lwa-hot-corners: possible alternative to bl-hotcorners. But multi-monitor setups are a problem, same as bl-hotcorners.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#9 2020-02-13 18:12:49

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: bl-hotcorners and rtile

misko_2083 wrote:

Somehow I keep missing the posts which mention me.

Whenever you log in, there's this near the top :

Topics: Posted | New | Active | Unanswered

tried clicking "Posted"?

Offline

#10 2020-02-13 23:04:22

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: bl-hotcorners and rtile

misko_2083 wrote:

...
So that's what they are for. smile
Small letters and blue, blend in with the blue forum theme are difficult to spot.
How would I know? They could be entirely for decorative purposes. lol

Tell @nobody that the colours are an issue for you, in the theme you are using. Try the Crunchbang theme - it hasn't got that problem wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#11 2020-02-14 02:11:50

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,652
Website

Re: bl-hotcorners and rtile

damo wrote:

Try the Crunchbang theme

+1
It's the only theme I can live with, to be honest.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

Board footer

Powered by FluxBB