about summary refs log tree commit diff
path: root/exwm-layout.el (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-11 Catch and report all errors raised when invoking command hooksDavid Wilson1-2/+20
2023-09-10 Fix workspace height unsharing workarea valueAdrián Medraño Calvo1-16/+18
2023-08-18 Declare external functionAdrián Medraño Calvo2-0/+4
2023-08-18 Fix bytecompiler warnings, improve docstringsAdrián Medraño Calvo8-99/+198
2023-08-18 Fix layout being refreshed too often on minibuffer setupAdrián Medraño Calvo1-2/+2
2023-08-18 Convert `lsh' to `ash'Adrián Medraño Calvo1-3/+3
2023-08-18 Update copyright year to 2023Adrián Medraño Calvo13-13/+13
2023-08-18 Declare defsubst indentationAdrián Medraño Calvo3-2/+8
2023-08-18 Selectively ignore left & right struts in horizontally aligned monitorsAdrián Medraño Calvo1-7/+6
2023-08-18 Convert `delta' to the size the strut occupies in the workareaAdrián Medraño Calvo1-12/+12
2023-08-18 Convert `exwm-workspace--workareas' to a list of `xcb:RECTANGLE'sAdrián Medraño Calvo4-118/+114
2023-06-09 More selectively ignore top and bottom strutsFran Ley1-2/+7
2023-06-09 Observe connection status on deinitializationAdrián Medraño Calvo7-64/+77
2023-06-09 Make sure the buffer that generates the event is currentNacho Barrientos1-3/+6
2023-06-09 Don't assume that exwm--connection is non-nilNacho Barrientos1-6/+7
2022-11-22 Use `active-minibuffer-window' rather than `minibuffer-window'Adrián Medraño Calvo1-8/+9
2022-11-22 Reduce logging verbosityAdrián Medraño Calvo1-2/+2
2022-11-22 Pick the correct line height for the systemtraySteven Allen1-1/+2
2022-11-22 Add a module for setting the X backgroundSteven Allen2-2/+203
2022-11-11 Bump version to 0.27Adrián Medraño Calvo1-1/+1
2022-11-09 Default exwm-systemtray color to `workspace-background'Adrián Medraño Calvo1-4/+1
2022-11-09 Refresh the tray icon background when updating the background colorSteven Allen1-4/+14
2022-11-09 * exwm-systemtray.el (exwm-systemtray--on-theme-change): Add missing parameter.Steven Allen1-1/+1
2022-11-09 * exwm-systemtray.el (exwm-systemtray--init): Set EWMH window type to dock.Adrián Medraño Calvo1-1/+7
2022-11-09 Support setting system tray background color