diff options
author | awy <awy@awy.one> | 2024-08-28 18:37:54 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-08-28 18:37:54 +0300 |
commit | a93c1a4ba7662aa891477f25df4259279ff4b74d (patch) | |
tree | 5234c5d6ab0ea937e686419647e2375f991c8edb /.config/shell | |
parent | aa360a916104b866fc04f782f93b455308a9c4f9 (diff) |
stuff
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 4388c6d..1aa97a3 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -7,6 +7,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DOWNLOAD_DIR="$HOME/downloads" +export PASSWORD_STORE_CLIP_TIME=5 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "$XDG_CONFIG_HOME/hypr/start" |