about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Simplify and improve focus handling (#10) subtree-stagingSteven Allen2024-02-051-29/+23
* Ensure that default-directory is a directory name in EXWM buffers.Daniel Mendler2024-02-041-1/+1
* Set the EXWM buffer's default directory to match the process's CWD (#14)Steven Allen2024-02-041-0/+18
* Remove redundant with-current-buffer in manage-window (#13)Steven Allen2024-02-041-14/+10
* Use '=' instead of 'eq' to compare numbers.Steven Allen2024-01-242-2/+3
* Use color-values instead of x-color-valuesSteven Allen2024-01-241-1/+1
* Move xsettings classes to xelbDaniel Mendler2024-01-151-67/+2
* ; README: Refer to the user guide for installation instructionsDaniel Mendler2024-01-141-4/+1
* New customization group exwm-xsettingsDaniel Mendler2024-01-141-5/+6
* New customization group exwm-debugDaniel Mendler2024-01-141-1/+4
* ; README: Fix feature list formattingDaniel Mendler2024-01-131-0/+2
* ; Commentary: Update list of featuresDaniel Mendler2024-01-132-8/+12
* Implement the XSETTINGS protocolSteven Allen2024-01-131-0/+400
* Drop :version keywords from defgroupDaniel Mendler2024-01-138-8/+0
* Depend on Emacs 27.1Daniel Mendler2024-01-132-15/+5
* ; Add LICENSE to .elpaignoreDaniel Mendler2024-01-121-0/+1
* Add new maintainers: Steven Allen (@stebalien) and Daniel Mendler (@minad)Daniel Mendler2024-01-121-1/+1
* ; Update repository URLsDaniel Mendler2024-01-122-7/+7
* Remove obsolete functions and variablesDaniel Mendler2024-01-122-12/+0
* exwm-blocking-subrs: x-* functions may be missing on some Emacs buildsDaniel Mendler2024-01-121-2/+3
* ; First line of docstring should be a full sentenceDaniel Mendler2024-01-123-8/+7
* ; Use two spaces after sentenceDaniel Mendler2024-01-122-2/+2
* ; exwm-background: Wrap docstrings to avoid compiler warningsDaniel Mendler2024-01-121-4/+4
* ; README and commentary: Mention background and xim featuresDaniel Mendler2024-01-122-0/+3
* ; Shorten docstringsAdrián Medraño Calvo2024-01-082-3/+5
* Merge branch 'minad.github.com/blocking-subrs' into externals/exwmAdrián Medraño Calvo2024-01-081-1/+3
|\
| * Add message-box and message-or-box to exwm-blocking-subrs (fix #874)Daniel Mendler2023-12-291-1/+3
* | Merge branch 'minad.github.com/remove-cm' into externals/exwmAdrián Medraño Calvo2024-01-081-50/+0
|\ \
| * | Remove exwm-cmDaniel Mendler2023-12-291-50/+0
| |/
* | Merge branch 'Stebalien.github.com/steb/passthrough-input' into externals/exwmAdrián Medraño Calvo2024-01-081-1/+18
|\ \
| * | Passthrough input when explicitly reading events and keysSteven Allen2023-12-291-1/+18
| |/
* | Merge branch 'Stebalien.github.com/steb/fix-subordinate-daemon' into external...Adrián Medraño Calvo2024-01-081-3/+11
|\ \
| * | Correctly stop the subordinate Emacs daemonSteven Allen2023-12-311-3/+11
| |/
* / Update copyright year to 2024Adrián Medraño Calvo2024-01-0813-13/+13
|/
* Merge branch 'arnebab.github.com/master' into externals/exwmAdrián Medraño Calvo2023-10-061-2/+20
|\
| * Catch and report all errors raised when invoking command hooksDavid Wilson2023-09-111-2/+20
* | Bump version to 0.28Adrián Medraño Calvo2023-10-061-1/+1
* | Fix workspace height unsharing workarea valueAdrián Medraño Calvo2023-09-101-16/+18
|/
* Declare external functionAdrián Medraño Calvo2023-08-182-0/+4
* Fix bytecompiler warnings, improve docstringsAdrián Medraño Calvo2023-08-188-99/+198
* Fix layout being refreshed too often on minibuffer setupAdrián Medraño Calvo2023-08-181-2/+2
* Convert `lsh' to `ash'Adrián Medraño Calvo2023-08-181-3/+3
* Update copyright year to 2023Adrián Medraño Calvo2023-08-1813-13/+13
* Declare defsubst indentationAdrián Medraño Calvo2023-08-183-2/+8
* Merge branch 'jollm.github.com/ignore-struts-top-bottom' into externals/exwmAdrián Medraño Calvo2023-08-184-113/+113
|\
| * Selectively ignore left & right struts in horizontally aligned monitorsAdrián Medraño Calvo2023-08-181-7/+6
| * Convert `delta' to the size the strut occupies in the workareaAdrián Medraño Calvo2023-08-181-12/+12
| * Convert `exwm-workspace--workareas' to a list of `xcb:RECTANGLE'sAdrián Medraño Calvo2023-08-184-118/+114
| * More selectively ignore top and bottom strutsFran Ley2023-06-091-2/+7
* | Merge branch 'nbarrientos.github.com/ib_exwm_conn_nil' into externals/exwmAdrián Medraño Calvo2023-06-147-69/+83
|\ \