awesome wm tasklist disabled icon

To disable the icon in the Awesome WM tasklist using Lua, you can follow these steps:

  1. Locate the tasklist widget in your Awesome WM configuration file. This file is usually located at ~/.config/awesome/rc.lua.

  2. Inside the tasklist widget configuration, find the tasklist_disable_icon property.

  3. Set the value of tasklist_disable_icon to true. This will disable the icon in the tasklist.

  4. Save the configuration file and restart Awesome WM for the changes to take effect.

By following these steps, you will be able to disable the icon in the Awesome WM tasklist using Lua.