Go to file
eylles 7542251b72
Improved swallowing (#140)
* Make swallowing more robust

Changed the flags for the pstree command so it is a single line with all
ancestors.
Removed usage of sed, grep and tr so the iopopen call should be faster.
Find and match of parent pid in the ancestors string is done in lua so
should be faster.

* Improved swallow filter

Now you cna filter window swallowing with 2 tables, one for clients that
cannot be swallowed (dont_swallow_classname_list) and one for clients
that cannot swallow their parents (cant_swallow_classname_list).

* remove occurences of res var

* renamed functions and theme vars more descriptive

* updated module documentation

* check functions combined, is_in_table  1 return

* add old theme vars for compatibility

* short swallow logic and robust filter assignment

* ignore splash and dialog parents

this prevents krita and similar missbehaving programs from swallowing their
splash window.

* consistent docs formatting

* convert module to use an async function

* removed undefined error() function call
this was probably an error handling/logging on the code i used as template for
the async function and it's callback.

* deal with corner case: parent exits before client

if the parent is destroyed "on background" then awesome will show a warning.

* added meself to authors

i don't see my additions as substantial enough to justify this but... ¯\_(ツ)_/¯
2022-01-04 11:14:12 +01:00
docs Improved swallowing (#140) 2022-01-04 11:14:12 +01:00
helpers More app launcher improvements (#132) 2021-11-05 05:38:54 +02:00
icons/layouts add deck layout 2021-08-19 10:40:47 -07:00
images added github banner 2021-03-12 17:17:21 +01:00
layout feat: allow disabling tabbar in mstab layout (#145) 2021-11-28 10:13:12 +01:00
module Improved swallowing (#140) 2022-01-04 11:14:12 +01:00
signal Auto: format source code 2021-08-27 18:01:22 +00:00
widget Merge branch 'master' into fixes 2021-11-15 18:35:30 +05:30
.editorconfig Added a max line length to lua files 2021-09-09 00:42:28 -07:00
AUTHORS.md Improved swallowing (#140) 2022-01-04 11:14:12 +01:00
CODEOWNERS Figuring out CODEOWNERS 2021-08-04 16:48:42 +02:00
LICENSE Update copyright 2021-07-20 14:32:35 -07:00
README.md Add .editorconfig (#107) 2021-09-09 00:26:09 -07:00
bling-dev-1.rockspec chore: update rockspec 2021-10-24 12:42:16 +02:00
init.lua Auto: format source code 2021-08-27 18:01:22 +00:00
theme-var-template.lua feat: allow disabling tabbar in mstab layout (#145) 2021-11-28 10:13:12 +01:00

README.md

All documentation, instructions, and previews are here.

Features

  • Layouts
    • mstab (master-slave tab layout)
    • centered
    • vertical
    • horizontal
    • equalarea
  • Modules
    • Flash Focus
    • Tabbed container
    • Tiled Wallpaper
    • Wallpaper Easy Setup
    • Window Swallowing
    • Scratchpad
  • Signals
    • Playerctl
  • Widgets
    • Tag Preview
    • Task Preview

All naming credit goes to JavaCafe01.

Dependencies

In order to use the tabbed modules pick function, you need to install xwininfo.

Contributing

Contributions are welcome 💛

Before requesting changes, makes sure that your editor has an "editorconfig" extension installed, this will use our code style everytime when you edit in the bling folder.

When adding a layout/module/signal/widget, please add theme variables for customization and add the according documentation under docs.