diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-23T16·31+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-23T16·31+0000 |
commit | 7bcfa26f515c8f82a49510834fda0f029e33f48f (patch) | |
tree | 73307ab35c6c594e651c3994627b39d201653bc6 /configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el | |
parent | ef8621e7da7c6177efa47f66105243809f1aa27f (diff) |
Support shared, device-specific i3 configurations
Separated i3/configuration since some of my devices support XFree86 keysyms while others do not. This introduced some cascading changes. - Removed ~/.config/i3/config from this repo. Since I will be switching between devices semi-regularly and that file will be generated each time I switch to a different device running an X session, I don't want the i3/config to spam my `gst` and `gd` when I haven't changed configuration in either config.shared or config.device. - Update aliases, variables, etc. to point to config.shared instead of the generated file. - Ensure that X sessions generate the i3/config file. - Ensure that i3 reload and restart command generate the i3/config file.
Diffstat (limited to 'configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el index cc7a8c86a1da..e60b97323307 100644 --- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el +++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-misc.el @@ -59,7 +59,7 @@ (set-register ?f '(file . "~/functions.zsh")) (set-register ?l '(file . "~/variables.zsh")) (set-register ?x '(file . "~/.Xresources")) -(set-register ?i '(file . "~/.config/i3/config")) +(set-register ?i '(file . "~/.config/i3/config.shared")) (set-register ?m '(file . "~/.tmux.conf")) (set-register ?p `(file . ,wpc/current-project)) |