New backup 2025-11-20 07:39:37
This commit is contained in:
parent
917885a4df
commit
2d85d53dd9
2 changed files with 5 additions and 3 deletions
|
|
@ -47,7 +47,6 @@ for_window {
|
||||||
#float - float
|
#float - float
|
||||||
[app_id="xdg-desktop-portal-gtk"] $float
|
[app_id="xdg-desktop-portal-gtk"] $float
|
||||||
# [app_id="Alacritty_Float"] $float
|
# [app_id="Alacritty_Float"] $float
|
||||||
[class="^Signal$"] $float
|
|
||||||
[app_id="org.kde.dolphin" title="^Extracting Files"] $float
|
[app_id="org.kde.dolphin" title="^Extracting Files"] $float
|
||||||
[app_id="gurk-rs"] $float
|
[app_id="gurk-rs"] $float
|
||||||
|
|
||||||
|
|
@ -61,7 +60,9 @@ for_window {
|
||||||
[instance="steam_app.*"] $game
|
[instance="steam_app.*"] $game
|
||||||
|
|
||||||
#scratch
|
#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\])).*$"] $scratch
|
||||||
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).* - KeePassXC$"] $scratch
|
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).* - KeePassXC$"] $scratch
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
profile_name="${1}"
|
profile_name="${1}"
|
||||||
shift 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}" "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue