mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Adds proton pass manager script, updates keybinds and window rules for proton pass.
This commit is contained in:
10
env/.config/hypr/windows.conf
vendored
10
env/.config/hypr/windows.conf
vendored
@@ -13,10 +13,15 @@ windowrule = size 800 600, tag:floating-window
|
||||
# Force windows to be a floating window
|
||||
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$
|
||||
|
||||
# windowrule = float, class:.*pass.proton.me.*
|
||||
# windowrule = center, class:.*pass.proton.me.*
|
||||
# windowrule = size 1200 800, class:.*pass.proton.me.*
|
||||
#
|
||||
# Force to stay focused when visible.
|
||||
windowrule = stayfocused, class:(blueberry.py)
|
||||
windowrule = stayfocused, class:Pinentry.gtk
|
||||
windowrule = stayfocused, class:com.ghostty.float
|
||||
# windowrule = stayfocused, class:.*pass.proton.me.*
|
||||
|
||||
# Clipboard history tui in floating window.
|
||||
windowrule = tag +floating-window, class:.*clipse.*
|
||||
@@ -33,8 +38,5 @@ windowrule = opacity 1.0, class:.*youtube.com.*
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
#windowrule = float, class:.*pass.proton.me.*
|
||||
|
||||
workspace = special:hidden, invisible
|
||||
|
||||
#windowrule = size 800 600, title:pinentry
|
||||
workspace = special:pass, class:.*pass.proton.me.*
|
||||
|
||||
Reference in New Issue
Block a user