Skip to content

Commit a7e9ea2

Browse files
committedJun 7, 2022
Initial commit in new repository
1 parent 83acf3e commit a7e9ea2

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed
 

‎LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2020 aroma1994
4+
Copyright (c) 2022 tuurep
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

‎README.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
This is a fork of the fantastic Polybar script [tam-carre/polywins](https://github.com/tam-carre/polywins). May be heavily modified to my own preferences.
1+
Initial commit
22

3-
Changes to polywins:
4-
5-
* As a default, only uses left-click for iconify/raise and right-click for window close
6-
* Tentative fix for [this bug](https://github.com/tam-carre/polywins/issues/11) with spaces and dots in window names
7-
* Only window class as name (options for classname and title removed)
8-
9-
Planned:
10-
11-
* Ways to sort the window list
12-
* Format hidden windows differently (take a look at this [PR](https://github.com/tam-carre/polywins/pull/9))
13-
* Configurable nicknames for chosen window classes (e.g. TelegramDesktop -> Telegram)
14-
* Ability to configure click-actions
3+
TODO:
4+
* Add modified `wmctrl` window listing functions
5+
* Rewrite most of the script in C
6+
* Write README properly
7+
* Go full ham

‎polywins.sh ‎windowlist.sh

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.