Cursor highlighting in AwesomeWM + Xubuntu

I do not know about other operating systems, but when I show the screen in Skype, my interlocutor does not see the mouse cursor ¯_(ツ)_/¯

In Xubuntu it is possible to illuminate the cursor:

xfce4-find-cursor

To bind this in Awesome WM, open …


This content originally appeared on DEV Community and was authored by Vadim Filimonov

I do not know about other operating systems, but when I show the screen in Skype, my interlocutor does not see the mouse cursor ¯_(ツ)_/¯

In Xubuntu it is possible to illuminate the cursor:

xfce4-find-cursor

Image description

To bind this in Awesome WM, open rc.lua, find the clientbuttons variable and add a new line:

clientbuttons = gears.table.join(
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),
    awful.button({ modkey }, 3, awful.mouse.client.resize),
    awful.button({ modkey, "Control" }, 2, function () awful.util.spawn("xfce4-find-cursor") end))

In this case, the command will be triggered at: Win + ctrl + mouse wheel.


This content originally appeared on DEV Community and was authored by Vadim Filimonov


Print Share Comment Cite Upload Translate Updates
APA

Vadim Filimonov | Sciencx (2022-04-05T04:03:18+00:00) Cursor highlighting in AwesomeWM + Xubuntu. Retrieved from https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/

MLA
" » Cursor highlighting in AwesomeWM + Xubuntu." Vadim Filimonov | Sciencx - Tuesday April 5, 2022, https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/
HARVARD
Vadim Filimonov | Sciencx Tuesday April 5, 2022 » Cursor highlighting in AwesomeWM + Xubuntu., viewed ,<https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/>
VANCOUVER
Vadim Filimonov | Sciencx - » Cursor highlighting in AwesomeWM + Xubuntu. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/
CHICAGO
" » Cursor highlighting in AwesomeWM + Xubuntu." Vadim Filimonov | Sciencx - Accessed . https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/
IEEE
" » Cursor highlighting in AwesomeWM + Xubuntu." Vadim Filimonov | Sciencx [Online]. Available: https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/. [Accessed: ]
rf:citation
» Cursor highlighting in AwesomeWM + Xubuntu | Vadim Filimonov | Sciencx | https://www.scien.cx/2022/04/05/cursor-highlighting-in-awesomewm-xubuntu/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.