From e1d500094ecaa6dfe3aa5f3c95cd2beb2b176d46 Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sat, 5 Apr 2025 23:02:16 +0000 Subject: [PATCH 1/2] wip --- arch-user/config/pass/env.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch-user/config/pass/env.sh diff --git a/arch-user/config/pass/env.sh b/arch-user/config/pass/env.sh new file mode 100644 index 0000000..5b77089 --- /dev/null +++ b/arch-user/config/pass/env.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export PASSWORD_STORE_DIR="$HOME/know/id" +export PASSWORD_STORE_GENERATED_LENGTH=16 From 09236d8346dcb0004a5955722a91532615be043f Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Sat, 5 Apr 2025 23:23:31 +0000 Subject: [PATCH 2/2] wip --- arch-user/config/sway/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-user/config/sway/config.tmpl b/arch-user/config/sway/config.tmpl index f392e5f..636444a 100644 --- a/arch-user/config/sway/config.tmpl +++ b/arch-user/config/sway/config.tmpl @@ -136,7 +136,7 @@ bindsym --to-code { ################# daemons #################### exec foot -s -exec ~/.local/bin/mako/init.sh +exec mako exec swayidle ##############################################