Commit Graph

30 Commits

Author SHA1 Message Date
Kasper 75ff07a47e
fix scratchpad closeing issue (#63)
* Add an option to disable client floating state when closing the scratchpad

* Fix an issue where a scratchpad can't be toggled with dont_focus_before_close unless doing so from the first tag
2021-06-18 14:49:45 +02:00
Kasper c72ff05760
fixed some issues with the tabbed module; closes #62 2021-06-07 22:37:18 +02:00
Denis Efremov 3c86c2ca98
[tabbar] change PID to windowID + add for both directions of pick/focus (#55)
tabbed mouse picker through window id instead of pid and allow for reverse pick
2021-05-09 23:10:11 +02:00
gokul swaminathan 5b6cab4099
Awestore support for scratchpads (#40)
* remove deprecated code

* Anims

Added awestore support for scratchpad

* add checks and fixed bugs

* Fixed Bug

This fixes the weird behaviour where toggling in the middle of an
animation breaks everything.

* Tag Preview Edit (Not related to this PR)

This makes it so that hidden and minimized windows don't show up on the preview.

* add some more checks

* added docs
2021-04-16 12:46:42 -07:00
Gokul Swami ce03607975 Added multimonitor support to scratchpad 2021-04-08 17:44:03 -07:00
Nooo37 da886cb1c4
Scratchpad feature (#35) 2021-04-08 20:17:10 +02:00
Nooo37 142b452eb2 moved sync functions to helpers 2021-03-18 15:45:37 +01:00
gokul swaminathan 26198dd8f2
add chrome in the backup dont swallow list 2021-02-14 00:24:07 -08:00
Gokul Swami 2cb0c54ebe Focused clients are brought to the top 2021-02-03 17:50:18 -08:00
Grumph d41e202b43 Move helpers to one single place 2021-01-24 03:51:08 +01:00
Grumph 2ffdfc918c Add the wallpaper module 2021-01-24 03:50:44 +01:00
Nooo37 1f6cd7374c added dmenu picker for tabbed 2020-12-20 20:38:13 +01:00
Nooo37 66a20aa11b no error messages when no client focused 2020-11-29 10:37:22 +01:00
Gokul Swaminathan 6b608cd75a Removed unused import 2020-11-25 15:53:20 -08:00
Gokul Swaminathan f62ad60388 Edited `tabbed.pick`
Replaced `io.popen` with `awful.spawn.easy_async_with_shell` to avoid
freezing.
2020-11-25 15:43:31 -08:00
Nooo37 b2c8adc23c killing a client faster while tabbed 2020-11-25 10:28:17 +01:00
Gokul Swaminathan 13188187d0 Fixes #4 2020-11-24 22:55:19 -08:00
Gokul Swaminathan 429fcd26fe Tabbar fixes
changed modern theme size

changed tabbar bg, as focused doesnt really matter
2020-11-23 16:43:05 -08:00
Gokul Swaminathan 66d5b17f10 Added rounding shapes to helpers 2020-11-23 16:13:34 -08:00
Nooo37 eaecd80859 refactored path again :( 2020-11-22 10:18:39 +01:00
Nooo37 cc58cad968 Spawn into tab, minor fixes 2020-11-15 10:05:56 +01:00
Nooo37 abfaf8f941 refactored widget path 2020-11-09 16:14:15 +01:00
Nooo37 bc55769a16 added tabbed module 2020-11-09 15:59:36 +01:00
Nooo37 31f56fae7f WIP tabbed module 2020-11-07 18:16:16 +01:00
Nooo37 c374a5b513 swallowed clients are removed from all tags 2020-11-02 08:37:39 +01:00
Nooo37 24d85c5107 cleaned imports 2020-10-29 21:22:37 +01:00
Gokul Swaminathan 6223336b94 added function call activation 2020-10-28 15:32:24 -07:00
Gokul Swaminathan fdf2130012 added flash focus 2020-10-28 15:23:47 -07:00
Nooo37 8aa94da85f added tiled wallpaper module 2020-10-27 21:47:15 +01:00
Nooo37 e99aa37209 window swallowing 2020-10-24 11:40:02 +02:00