mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds window rule for pinentry program
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user