New backup 2025-03-18 14:30:02

This commit is contained in:
Penelope Gwen 2025-03-18 14:30:02 -07:00
parent 56d9ce36e2
commit 07bbcc695f
4 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
browser_cmd="librewolf -P"
browser_cmd="librewolf-profile"
filemanager_cmd="dolphin --new-window"
screenshot_dir="$HOME/Pictures/Screen Capture"
clipboard_length=10

View file

@ -48,6 +48,8 @@ for_window {
[app_id="armcord"] $scratch
[app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
#disable fullscreen
[app_id="LibreWolf"] fullscreen disable
}
assign {

View file

@ -0,0 +1,5 @@
#!/bin/bash
profile_name="${1}"
shift 1
echo librewolf --name="${profile_name}" --no-remote -P "${profile_name}" "$@"

View file

@ -53,3 +53,4 @@
.librewolf/work/chrome
.librewolf/work/user.js
.config/eww
.local/bin/librewolf-profile