summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prompt: Do not keep duplicatesHEADmasterAlexander Sulfrian2017-02-071-0/+1
|
* myEventHook: Add updateWindowTitleAlexander Sulfrian2017-01-241-0/+9
| | | | | Run the logHook (to update the window title in the dzen bar) if a property event with a new window title was received.
* myEventHook: Fix syntaxAlexander Sulfrian2017-01-241-5/+5
| | | | Hooks with arguments (event hook and manage hook) should use mappend.
* topics: Execute topic action with M-a.Alexander Sulfrian2016-02-201-0/+1
|
* Use in-dir helper to exec some application in a special dirAlexander Sulfrian2016-01-181-1/+1
| | | | | | With this helper the application is exec'd after change the directory. This has the advantage, that spanHere works, because the PID of the window will be the PID of the started process.
* topics: Open ssh to fob on topic splineAlexander Sulfrian2016-01-181-0/+1
|
* topics: video does not require a terminalAlexander Sulfrian2016-01-181-0/+1
|
* Add manageSpawn hookAlexander Sulfrian2016-01-181-0/+1
| | | | The manageSpawn hook is required for spawnHere or spawnOn to work.
* Use def for all default valuesAlexander Sulfrian2015-12-141-20/+20
| | | | | > Use of data-default allows using def where previously you had to write > defaultConfig, defaultXPConfig defaultFoo.
* Add "misc" topic with no default actionAlexander Sulfrian2015-09-221-1/+2
|
* Do not switch to default config if depth is out of rangeAlexander Sulfrian2015-09-171-1/+8
|
* Fix background set utilityAlexander Sulfrian2015-09-161-1/+1
|
* Improve code style in topics output log hookAlexander Sulfrian2015-09-161-17/+28
|
* Colorize active/inactive topics with different colorsAlexander Sulfrian2015-09-161-12/+23
|
* Specify types for grid configsAlexander Sulfrian2015-09-161-2/+2
|
* Fix typo.Alexander Sulfrian2015-09-161-1/+1
|
* A little bit more space in the promptAlexander Sulfrian2015-09-141-0/+1
|
* Do not use tabsAlexander Sulfrian2015-09-141-5/+5
|
* Merge branch 'master' of ssh://git.animux.de/xmonad-configAlexander Sulfrian2015-09-141-3/+3
|\ | | | | | | | | * 'master' of ssh://git.animux.de/xmonad-config: Use topic names in layouts
| * Use topic names in layoutsAlexander Sulfrian2015-09-141-3/+3
| |
* | Add type declaration for historyGridConfigAlexander Sulfrian2015-09-141-0/+1
| |
* | Add definition for VacuumIMAlexander Sulfrian2015-09-141-1/+2
|/
* Merge remote-tracking branch 'origin/master'Alexander Sulfrian2015-09-143-73/+100
|\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: xmonad.hs: Add confirmation to logout. xmonad.hs: Do not use M5 on host "Australien" lib/Pass: Code style. lib/Confirm: Add simple confirmation with grid select. shorter xpropmatches Australien does not have a key for mod4 use our font for all prompts add M-M5-q for clean logout remove stuff for taffybar
| * xmonad.hs: Add confirmation to logout.Alexander Sulfrian2015-02-041-1/+15
| |
| * xmonad.hs: Do not use M5 on host "Australien"Alexander Sulfrian2015-02-041-3/+7
| |
| * lib/Pass: Code style.Alexander Sulfrian2015-02-041-2/+5
| |
| * lib/Confirm: Add simple confirmation with grid select.Alexander Sulfrian2015-02-041-0/+11
| |
| * shorter xpropmatchesAlexander Sulfrian2014-09-021-49/+31
| |
| * Australien does not have a key for mod4Alexander Sulfrian2014-07-231-9/+16
| |
| * use our font for all promptsAlexander Sulfrian2014-07-031-10/+15
| |
| * add M-M5-q for clean logoutAlexander Sulfrian2014-07-031-0/+3
| |
| * remove stuff for taffybarAlexander Sulfrian2014-07-031-4/+0
| |
* | Exclude empty topics from CycleWSAlexander Sulfrian2015-09-141-10/+10
| |
* | Use TopicSpaceAlexander Sulfrian2015-09-141-37/+115
| |
* | IndentationAlexander Sulfrian2015-09-141-8/+8
| |
* | Rename tabbed to myTabbedAlexander Sulfrian2015-09-141-7/+7
| | | | | | | | Do not clash with internal names.
* | Remove intermediate myConfig functionAlexander Sulfrian2015-09-141-17/+14
| |
* | Remove useless parenthesesAlexander Sulfrian2015-09-141-1/+1
| |
* | Use origami markerAlexander Sulfrian2015-09-141-18/+25
| |
* | Bigger urgency notificationAlexander Sulfrian2015-09-141-1/+2
| |
* | Use browser binary and do not hardcode itAlexander Sulfrian2015-09-141-1/+1
| |
* | New fontAlexander Sulfrian2015-09-141-3/+3
|/
* initial commitAlexander Sulfrian2014-07-035-0/+1377