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