From ec99a8dd1195015c2c9da50f43869e0fc9085b2f Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 11 Jan 2021 13:35:50 -0800 Subject: feat(u/riking/dotfiles): commit regolith config Change-Id: Ia21885adc5200ea60e309767fa27123af77ffa10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2351 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- users/riking/dotfiles/regolith/Xresources | 5 +++++ users/riking/dotfiles/regolith/flags/first-time-setup-r1-4-1 | 0 users/riking/dotfiles/regolith/flags/show-shortcuts | 0 users/riking/dotfiles/regolith/flags/term-profile | 0 users/riking/dotfiles/regolith/flags/ui-fingerprint | 1 + users/riking/dotfiles/regolith/initrc | 3 +++ 6 files changed, 9 insertions(+) create mode 100644 users/riking/dotfiles/regolith/Xresources create mode 100644 users/riking/dotfiles/regolith/flags/first-time-setup-r1-4-1 create mode 100644 users/riking/dotfiles/regolith/flags/show-shortcuts create mode 100644 users/riking/dotfiles/regolith/flags/term-profile create mode 100644 users/riking/dotfiles/regolith/flags/ui-fingerprint create mode 100755 users/riking/dotfiles/regolith/initrc (limited to 'users/riking/dotfiles/regolith') 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 + diff --git a/users/riking/dotfiles/regolith/flags/first-time-setup-r1-4-1 b/users/riking/dotfiles/regolith/flags/first-time-setup-r1-4-1 new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/users/riking/dotfiles/regolith/flags/show-shortcuts b/users/riking/dotfiles/regolith/flags/show-shortcuts new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/users/riking/dotfiles/regolith/flags/term-profile b/users/riking/dotfiles/regolith/flags/term-profile new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/users/riking/dotfiles/regolith/flags/ui-fingerprint b/users/riking/dotfiles/regolith/flags/ui-fingerprint new file mode 100644 index 000000000000..b35aedd2dc0f --- /dev/null +++ b/users/riking/dotfiles/regolith/flags/ui-fingerprint @@ -0,0 +1 @@ +ec33ee15ff705ac4b167ba6b7f6df3c2 diff --git a/users/riking/dotfiles/regolith/initrc b/users/riking/dotfiles/regolith/initrc new file mode 100755 index 000000000000..61a99972ea0c --- /dev/null +++ b/users/riking/dotfiles/regolith/initrc @@ -0,0 +1,3 @@ + +xset s 900 5 +( xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c "XSECURELOCK_PASSWORD_PROMPT=time_hex XSECURELOCK_SAVER=saver_mpv XSECURELOCK_IMAGE_DURATION_SECONDS=10 XSECURELOCK_LIST_VIDEOS_COMMAND='find ~/Videos/Screensaver -type f' xsecurelock" )& -- cgit 1.4.1