Commit Graph

160 Commits

Author SHA1 Message Date
d60c6f0db2 docs/userguide: update keyboard-layer images, remove incomplete warning 2011-07-31 23:53:26 +02:00
b77ab98ebc docs/userguide: document for_window (Thanks aksr) 2011-07-31 23:38:26 +02:00
033466585d docs/userguide: update the status line section, recommend i3bar
dzen2 does not get mentioned anymore. They did not release a new version for
more than three years (-dock was added 2008-04-03). I am sick of telling people
they need to check out the latest SVN trunk of dzen2.
2011-07-31 15:39:18 +02:00
c601ac1d8e docs/userguide: little fixes by fernando 2011-07-29 13:31:37 +02:00
20c68b1869 docs/userguide: explain the split command 2011-07-29 01:12:19 +02:00
7e6aa72664 docs/userguide: explain default_orientation config directive 2011-07-29 01:12:06 +02:00
85b01df11b userguide: add popup_during_fullscreen configuration directive 2011-07-29 00:26:30 +02:00
8ef51a7cfa update docs/userguide (various little fixes/updates) 2011-07-28 22:51:48 +02:00
7801cd7a03 Don’t pretend like the global fullscreen mode would be configured in the default config (Thanks Mirko)
Conflicts:

	docs/userguide
2011-07-23 22:08:41 +02:00
f5e24bd349 userguide: add missing $ (Thanks artoj) 2011-07-23 22:07:49 +02:00
cc24a96e96 patch to allow exec_always in configure file
fixed indentation, updated docs
2011-07-12 18:23:14 +02:00
c408fef021 Implement 'focus floating', 'focus tiling' and 'focus mode_toggle' (+test +docs) 2011-07-04 17:09:52 +02:00
fb9d77305e Implement 'fullscreen global' 2011-06-10 18:27:20 +02:00
bef25d72aa Implement 'border toggle' (+test) 2011-06-10 16:15:52 +02:00
60ae26c19d Implement 'workspace next/prev' (+test) 2011-06-10 16:03:59 +02:00
c5a44f12d4 userguide: document resizing with a mode 2011-06-10 15:16:05 +02:00
238057667a userguide: document workspace_layout 2011-06-10 15:14:42 +02:00
bd49c80d5f CONFIG BREAK: rename 'mode floating/tiling' to 'floating enable/disable'
The three different variants now:
   floating enable
   floating disable
   floating toggle
2011-06-10 02:06:47 +02:00
9bbb37bb55 BREAKS CONFIG: rename 'level up' to 'focus parent'
…and 'level down' to 'focus child'. More intuitive than the old command names.
2011-06-10 01:36:33 +02:00
d68e4710fe CONFIG BREAK: kick the 'next'/'prev' commands, introduce 'focus left' etc.
Instead of the cryptic next/prev commands, we now provide an argument to the
focus command. Userguide and default config is updated.
2011-06-08 20:49:49 +02:00
a26a11c609 update the userguide for tree (not complete yet) 2011-05-28 21:58:58 +02:00
cd6f93be3f Rename bind to bindcode
Also fallback when using just 'bind' to be backward-compatible
2011-04-18 23:52:45 +02:00
4caf85aa0b Use I3SOCK-environment-variable 2011-01-12 10:15:48 +01:00
e6d1f181fd Info about client.background for the user guide. 2010-11-13 20:08:19 +01:00
3bbcfadd22 docs: add/cleanup references 2010-03-25 03:26:59 +01:00
239dbbb4f5 Add documentation for the workspace_bar option 2010-03-25 02:47:01 +01:00
234ed6c99b docs: merge spelling and grammar fixes by sasha (Thanks!) 2010-03-21 01:50:10 +01:00
b6a003afdf docs/userguide: merge little corrections (Thanks fallen) 2010-03-16 20:28:43 +01:00
c58c7b9c63 Fix spelling errors/strange sentences in the user’s guide
Proof-reading is very appreciated.
2010-03-15 18:23:12 +01:00
6580f89560 Mention proportional resizing in userguide 2010-03-13 13:24:26 +01:00
50d0661203 Add documentation for floating resize 2010-03-13 13:22:37 +01:00
9c77b0f9a1 Implement screen-spanning fullscreen-mode (command: 'fg')
This closes ticket #188
2010-03-08 11:15:31 +01:00
496106cd44 Include graphic of the default keyboard layout in user’s guide
This closes ticket #166
2010-03-07 21:12:59 +01:00
f66d018e02 Update userguide, explain comments and normalize the paragraph about fonts (Thanks kraM) 2010-03-07 00:00:04 +01:00
aae824b1f3 Change workspace assignments to use the RandR output name instead of <screen> 2010-03-02 13:35:43 +01:00
69279d4567 Add documentation for the new focus follows mouse-option 2010-01-29 21:58:50 +01:00
7c7756d75f docs: improve documentation on modes (Thanks xeen) 2010-01-26 22:48:12 +01:00
57e4972fd1 Add clarification about border color in userguide (Thanks xeen) 2009-12-15 19:11:01 +01:00
13231e13ab Add new chapters to userguide: multi-monitor and software environment 2009-12-07 10:25:12 +01:00
d266474f97 Remove the terminal option from config.
The welcome message is displayed using xmessage(1), not using your
terminal. Thus, it makes no sense to have this option anymore. Also,
the new lex/yacc parser cannot correctly handle the situation:
normal variables are expanded before parsing the file. As a replacement,
you can use:
  set $terminal /usr/bin/urxvt
2009-11-13 20:36:59 +01:00
5e521cc299 document the new border option 2009-11-08 12:45:05 +01:00
25aae13331 Update userguide 2009-10-23 19:53:36 +02:00
1d80fd6aa4 userguide: tell the user where the configuration file needs to be (Thanks Scytale) 2009-10-11 14:43:56 +02:00
2ff2a6a315 Implement the urgency hint for windows/workspaces
Thanks to Mikael for bringing it to my mind. This change introduces
two new color classes, client.urgent and bar.urgent. By default,
urgent clients are drawn in red (colors by Atsutane).
2009-09-06 22:40:11 +02:00
4da54f1279 Merge branch 'next' into testcases
Conflicts:
	docs/userguide
2009-08-21 11:45:59 +02:00
a84b2269c3 userguide: use space for toggling tiling/floating 2009-08-19 13:31:14 +02:00
e35299d4df userguide: s/j/l in examples 2009-08-19 13:23:26 +02:00
962bab7c1c Update examples to use bindsym instead of bind 2009-08-19 13:15:14 +02:00
c38767603b Document commands and new configuration options in userguide 2009-08-19 13:00:09 +02:00
5b6bcb48f0 Document commands and new configuration options in userguide 2009-08-19 12:59:13 +02:00