diff --git a/gpg/gpg-agent.conf b/gpg/gpg-agent.conf index 9756cd4..3393e6f 100644 --- a/gpg/gpg-agent.conf +++ b/gpg/gpg-agent.conf @@ -6,8 +6,9 @@ default-cache-ttl 60 max-cache-ttl 120 #pinentry-program /usr/bin/pinentry-curses #pinentry-program /usr/bin/pinentry-gnome3 -#pinentry-program /usr/bin/pinentry-tty +pinentry-program /bin/pinentry-tty #pinentry-program /usr/bin/pinentry-x11 #pinentry-program /usr/local/bin/pinentry-curses +#pinentry-program /bin/pinentry-dmenu #pinentry-program /opt/homebrew/bin/pinentry-mac diff --git a/hypr/windows.conf b/hypr/windows.conf index fff288a..bd58ad5 100644 --- a/hypr/windows.conf +++ b/hypr/windows.conf @@ -12,9 +12,11 @@ windowrule = size 800 600, tag:floating-window # Force windows to be a floating window windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus)$ +windowrule = tag +floating-window, class:Pinentry.gtk # Force bluetooth settings to stay focused when visible. windowrule = stayfocused, class:(blueberry.py) +windowrule = stayfocused, class:Pinentry.gtk # Clipboard history tui in floating window. windowrule = tag +floating-window, class:.*clipse.* @@ -35,3 +37,4 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned workspace = special:hidden, invisible +#windowrule = size 800 600, title:pinentry