about summary refs log tree commit diff
path: root/configs/shared/.xsessionrc.shared
AgeCommit message (Collapse)AuthorFilesLines
2020-01-25 Prefer keynav daemonizeWilliam Carroll1-1/+1
Instead of `keynav &`.
2020-01-22 Support keynavWilliam Carroll1-0/+3
I'm trying a mouse-less workflow supported by `keynav`. So far, everything works pretty well... and then I needed to take a screenshot and I don't know how to use `scrot --select` without a mouse.
2020-01-22 Add --debug-init flag to Emacs startup commandWilliam Carroll1-3/+1
This should tighten my feedback loop slightly.
2020-01-17 Don't start emacs server at loginWilliam Carroll1-5/+0
Since I'm using EXWM, I'm unsure what benefits starting the Emacs server gives me. In the interest of cleaning up my xsessionrc, I'm deleting this.
2020-01-17 Remove xset and xmodmap calls from xsessionrcWilliam Carroll1-8/+0
These are defined in keyboard.el, so these are redundant.
2020-01-17 Don't start a tmux session when X startsWilliam Carroll1-5/+0
I've stopped using Tmux almost entirely.
2020-01-17 Revert Nixified Emacs configurationWilliam Carroll1-4/+4
I attempted to Nixify my Emacs over winter break. I made some meaningful progress, but not enough progress to use my Nixified Emacs setup. Since Emacs is my primary editor and my window manager at work and at home, having a partially baked setup is untenable at the moment. Reverting these changes so that I can get on with my work, but checking them in so that I can pick up where I left off one day.
2020-01-17 WIP: Nixify Emacs setupWilliam Carroll1-2/+5
The things that I dislike about this setup are: 1. `xref-find-definitions` takes me to `/nix/store`, which is a read-only version of the source code, so I cannot edit it, which doesn't feel lispy. 2. I need to rebuild the derivation when I change something, which also doesn't feel lispy. There are ways to circumvent both of these drawbacks, but for now, I'm checking this in only to later revert it.
2020-01-06 Drop support for i3William Carroll1-7/+0
While I first switched to EXWM warily and thinking it would only be temporary, it seems like this switch is here to stay. It turns out that EXWM was exactly the integration I've been looking for. How serendipitous it that I found it when I did. Thank you, @tazjin.
2019-12-24 Massive configuration overhaulWilliam Carroll1-0/+52
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