diff options
author | sefidel <contact@sefidel.net> | 2024-08-10 16:03:19 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-10 16:03:19 +0900 |
commit | 878f70612acb43c626679bb61642ec8fb5fc268d (patch) | |
tree | c2f65e85c5dd26c45129b8414033857cfc18420a /home/profiles/gui | |
parent | f6fa563a4c87c48de07778b9921c175003759b2a (diff) | |
download | nixrc-878f70612acb43c626679bb61642ec8fb5fc268d.tar.gz nixrc-878f70612acb43c626679bb61642ec8fb5fc268d.zip |
feat(home/gui): move yubikey-touch-detector to bottom-center
* notification obscures gpg pinentry
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/config/mako.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/mako.nix b/home/profiles/gui/config/mako.nix index bd4a57d..a471a6a 100644 --- a/home/profiles/gui/config/mako.nix +++ b/home/profiles/gui/config/mako.nix @@ -37,7 +37,7 @@ in default-timeout=0 [app-name=yubikey-touch-detector] - anchor=center + anchor=bottom-center text-alignment=center padding=32 |