summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Imported Upstream version 0.7.0Christoph Egger2016-02-08
|
* Imported Upstream version 0.6.2Christoph Egger2016-02-08
|
* Add rule flag prependThorsten Wißmann2013-08-18
| | | | | Allow prepending of new rules instead of appending them to the list of rules.
* Raise focused window at the end of cycle_allThorsten Wißmann2013-04-06
|
* Fix exit status of mktempThorsten Wißmann2013-03-16
|
* Add command: mktempThorsten Wißmann2013-03-16
|
* Fixup sprintf exampleThorsten Wißmann2013-03-14
|
* Add command: sprintfThorsten Wißmann2013-03-08
|
* Rename {get,set}_attribute to {get,set}_attrThorsten Wißmann2013-03-08
| | | | | | This renames some commands: - get_attribute becomes get_attr - set_attribute becomes set_attr
* Add command remove_attrThorsten Wißmann2013-03-07
|
* Add command: new_attrThorsten Wißmann2013-03-07
|
* Replace remaining rule id by label in list_rulesThorsten Wißmann2013-03-05
|
* Replace remaining rule ids by labels in the docThorsten Wißmann2013-03-05
|
* Rename rule ids to rule labelsThorsten Wißmann2013-03-05
|
* Add commands: true, falseThorsten Wißmann2013-03-05
|
* doc: Grammar fixup inThorsten Wißmann2013-03-04
|
* Add attribute index to monitor objectsThorsten Wißmann2013-03-04
|
* Add index attribute to tag objectsThorsten Wißmann2013-03-04
|
* Merge branch 'hsobject'Thorsten Wißmann2013-03-04
|\ | | | | | | This adds the object-tree and its commands.
| * Add objects documentationThorsten Wißmann2013-03-04
| |
| * New command: substituteThorsten Wißmann2013-02-17
| |
* | Cleanup some rule functionsThorsten Wißmann2013-03-03
| | | | | | | | | | This includes: Put a warning in the doc, simplify code ad some points, move unrule-completion to rules.c.
* | Add command list_rulesTyler Thomas Hart2013-03-03
| | | | | | | | | | Regex in HSRule struct moved into substruct to add the original regex pattern to the condition-union.
* | Allow unrule command to remove by idTyler Thomas Hart2013-03-03
| |
* | Add initial support for rule idsTyler Thomas Hart2013-03-03
| | | | | | | | | | | | | | New char* member in the HSRule struct is added for id. New property for rule command 'id=' added, to add custom id. New rules without an explicit id is given an integer id. Adds flag printid which prints the id of a newly created rule to stdout.
* | Add warning to description of frame_bg_transparentHans-Peter Deifel2013-03-02
|/
* Add demands attention to ewmhrequests descriptionThorsten Wißmann2013-02-17
| | | | | | The ewmhrequets consequence set to off prohibits reading the _NET_WM_STATE_DEMANDS_ATTENTION state. Add the description for this to the man page.
* New command: echoThorsten Wißmann2013-02-03
|
* The hook consequence now tells the winidThorsten Wißmann2013-01-21
|
* Add command complete_shellThorsten Wißmann2013-01-20
| | | | | | Add a command complete_shell that does shell optimized things like escaping. This lets complete again behave like the original complete command.
* Disable focus_follows_mouse in max layoutThorsten Wißmann2013-01-07
| | | | | | This disables focus_follows_mouse if other clients (i.e. clients in max layout) are hidden by that focus change. Then an extra click is required.
* Update copyright year to 2013Thorsten Wißmann2013-01-05
|
* Introduce new command use_previousDaniel Danner2013-01-01
| | | | | This command switches the focused monitor to the tag that was previously viewed on this monitor.
* Clarify descriptions of *_border_inner_widthDaniel Danner2013-01-01
|
* Fix spelling in the manpageChristoph Egger2012-12-31
|
* Remove the setting focus_follows_shiftThorsten Wißmann2012-12-29
|
* Use ±DELTA as relative monitor indexingThorsten Wißmann2012-12-27
| | | | | Treat the monitor identifier ±DELTA as a the monitor index relative to the index of the currently focused monitor.
* Add consequence: hookTyler Thomas Hart2012-12-25
|
* Add new command rename_monitorFlorian Bruhin2012-12-24
|
* Add monitor argument to list_paddingFlorian Bruhin2012-12-24
| | | | | list_padding now prints only one line containing the padding of the specified monitor or of the focused monitor if no argument is given.
* Add monitor names to all commands using monitorsFlorian Bruhin2012-12-24
|
* Add monitor names to list_monitorsFlorian Bruhin2012-12-24
|
* Add monitor names to add_monitorFlorian Bruhin2012-12-24
|
* Fixed man entry for shift_edgeTyler Thomas Hart2012-12-23
| | | | Man entry didn't include that shift_edge accepts '-i'|'-e' arguments.
* Add command focus_edgeTyler Thomas Hart2012-12-23
|
* Add command negationTyler Thomas Hart2012-12-09
|
* Add the command shift_to_monitorTyler Thomas Hart2012-12-09
|
* Add command shift_edgeTyler Thomas Hart2012-12-09
|
* Let dump and layout commands accept INDEX argumentCheer Xiao2012-11-18
| | | | | | | | | | | | - The argument is optional and defaults to the root frame - lookup_frame() introduced, frame_insert_window_at_index() gone - new special frame index "@" which always refers to the currently focused frame - print_tag_tree() basically renamed to print_frame_tree(); an old unimplemented print_frame_tree() declaration removed - herbstluftwm.txt: since the use of frame index is no longer restricted to the "index" rule consequence, the description of frame index is a separate section
* Document the argument for raise as optionalThorsten Wißmann2012-11-18
|