about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/display.el
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17 Support functions to toggling the display of the laptopWilliam Carroll1-0/+29
Since I already support toggling for the 4k monitor, I might as well support it for my laptop too.
2020-01-17 Track TODO for investigating 4k monitor scalingWilliam Carroll1-0/+2
It seems like something when I run `display/enable-4k` my resolution isn't at 4k fully. However, when I call the same command on the command line it does scale properly. This doesn't sound likely, and frankly I haven't had too much time to try and reproduce this. Hence - the TODO!
2020-01-17 Support keybindings for using 4k monitorWilliam Carroll1-0/+10
I'm not sure I'm sold on the "D{0,1}" keybindings. The thought was that 0 would indicate off and 1 would indicate on. This seems sensible to me. I'm hesitant because I don't think I have precedent for this idiom in any of my existing keybindings. I'm also not sure I like these being leader-prefixed keybindings.
2020-01-17 Debug xrandr integration to support 4k monitorWilliam Carroll1-7/+10
Two things: 1. I'm unsure if what I previously committed ever worked because the arguments to `string/format` were flipped. 2. I'm unsure why my screen devices are sometimes eDP-1 and eDP1. Perhaps expect more commits as this becomes more clear to me.
2020-01-06 Support prelude/start-processWilliam Carroll1-7/+14
If you refer to the previous commit where I change shell-command usages to start-process function calls, you'll see the rationale for why I prefer start-process. This commit introduces a more ergonomic API for start-process that fits most of my current use-cases of it. This cleans up the code. I have introduced a bug in the way that I'm tokenizing the COMMAND value. I've tracked that with a TODO. For now it only affects the `xmodmap -e '<command-string>'` calls, which isn't too disruptive.
2019-12-24 Massive configuration overhaulWilliam Carroll1-0/+47
Currently paying the price of months of non-diligent git usage. Here's what has changed. - Theming support in Gvcci and wpgtk - Dropping support for i3 - Supporting EXWM - Many Elisp modules - Collapsed redundant directories in ./configs