diff options
author | Kane York <kanepyork@gmail.com> | 2021-01-11T21·35-0800 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2021-01-11T21·38+0000 |
commit | ec99a8dd1195015c2c9da50f43869e0fc9085b2f (patch) | |
tree | db4303abf4f58ab76629efb819ffe0c84df49697 /users/riking/dotfiles/regolith/Xresources | |
parent | 6843016aae40859ddb00a9721aa78c301c353f8d (diff) |
feat(u/riking/dotfiles): commit regolith config r/2076
Change-Id: Ia21885adc5200ea60e309767fa27123af77ffa10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2351 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'users/riking/dotfiles/regolith/Xresources')
-rw-r--r-- | users/riking/dotfiles/regolith/Xresources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/riking/dotfiles/regolith/Xresources b/users/riking/dotfiles/regolith/Xresources new file mode 100644 index 000000000000..f47b93511af0 --- /dev/null +++ b/users/riking/dotfiles/regolith/Xresources @@ -0,0 +1,5 @@ +#include "/etc/regolith/styles/ubuntu/root" + +i3-wm.program.lock: xset s activate +i3-wm.program.1: /bin/sh $HOME/.config/regolith/initrc + |