diff options
author | Alec Berryman <alec@thened.net> | 2007-03-29 20:21:59 +0200 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-03-29 20:21:59 +0200 |
commit | acdff238a5d09ff0a382cb6cab188635a765f6f8 (patch) | |
tree | be4640017f6d840763fec4ed4e23aafbf8602f38 /TODO | |
parent | 38eb0160d14a218c7cacfff3a9127945da2aa359 (diff) | |
download | xmonad-acdff238a5d09ff0a382cb6cab188635a765f6f8.tar.gz xmonad-acdff238a5d09ff0a382cb6cab188635a765f6f8.tar.xz xmonad-acdff238a5d09ff0a382cb6cab188635a765f6f8.zip |
Window borders
Colors taken from dwm's config.default.h and hard-coded in Operations instead
of Config because of import cycle.
Windows overlap slightly in the current tiling algorithm and sometimes prevent
the active window from being completely surrounded by a red border.
darcs-hash:20070329182159-39448-deabaeaf89d87bb71abc851b6bae1ffa356e5561.gz
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,6 +24,5 @@ - make focus remain between workspace switches - change focus in the StackSet structure on EnterNotify - let mod+enter demote a master window - - borders (low priority, maybe wait until 0.2) * Tile vertically/ resize height. |