New backup 2025-11-20 07:39:37

This commit is contained in:
Penelope Gwen 2025-11-20 07:39:37 -08:00
parent 917885a4df
commit 2d85d53dd9
2 changed files with 5 additions and 3 deletions

View file

@ -47,7 +47,6 @@ for_window {
#float - float
[app_id="xdg-desktop-portal-gtk"] $float
# [app_id="Alacritty_Float"] $float
[class="^Signal$"] $float
[app_id="org.kde.dolphin" title="^Extracting Files"] $float
[app_id="gurk-rs"] $float
@ -61,7 +60,9 @@ for_window {
[instance="steam_app.*"] $game
#scratch
[app_id="armcord"] $scratch
[app_id="vesktop"] $scratch
[class="^Signal$"] $scratch
[app_id="^signal$"] $scratch
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).* - KeePassXC$"] $scratch
}

View file

@ -2,4 +2,5 @@
profile_name="${1}"
shift 1
librewolf --name="LibreWolf_${profile_name}" --no-remote -P "${profile_name}" "$@"
#librewolf --name="LibreWolf_${profile_name}" --no-remote -P "${profile_name}" "$@"
librewolf --no-remote -P "${profile_name}" "$@"