summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2012-11-06 15:43:47 +0100
committerThorsten Wißmann <re06huxa@stud.informatik.uni-erlangen.de>2012-11-06 16:30:06 +0100
commit5e999b0e4c6031895b244b9ad5d545ba2f074dce (patch)
tree6f5ae986a9e56090e59d0164c45eb269681cc422 /BUGS
parentf9f2cb8ae2b634526c64c36882ba8d7858d61d7d (diff)
Lots of spelling fixes
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index cb4ee0e0..562c5b7d 100644
--- a/BUGS
+++ b/BUGS
@@ -3,16 +3,16 @@ BUGS
Some BUGS:
- - keyboardfocus stays in window, if cursor is over it and
+ - keyboard focus stays in window, if cursor is over it and
herbstluftwm-focus goes away
- set range for some integer-setting-values
- don't always re-layout all if only one thing changes (e.g. border_color)
- don't reset border width on each layouting
- - herbstclient: add timeout if server doesnot respond
+ - herbstclient: add timeout if server does not respond
- herbstclient: errorstatus2string2stderr
- add function to put window into tag (and use it in manage, merge_tag,
move)
- - the default panel.sh spawns too many shells and doesnot clean them up
+ - the default panel.sh spawns too many shells and does not clean them up
properly at quit. you should do something like killall panel.sh when
logging out (this is only a workaround!).
- raise_on_click doesn't work if raise_on_click and numlock is enabled
@@ -59,7 +59,7 @@ Planned features:
- lastfocused{window,frame,tag} - commands
- own X-Properties to indicate window state (fullscreen, pseudotile,
float,...)
- - bind multiple commands to one keycombindation via keybind, keybindadd
+ - bind multiple commands to one kِeِyِ ِcِoِmِbِiِnِaِtِiِoِnِ via keybind, keybindadd
- or: chain commands like: cmdchain 4 cmd1 arg1a arg1b arg1c cmd2 arg2a
arg2b
- alias commands: alias shortcmd = cmd default arg, alias shortcmd --delete