New backup 2025-03-18 14:30:02
This commit is contained in:
parent
56d9ce36e2
commit
07bbcc695f
4 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
browser_cmd="librewolf -P"
|
browser_cmd="librewolf-profile"
|
||||||
filemanager_cmd="dolphin --new-window"
|
filemanager_cmd="dolphin --new-window"
|
||||||
screenshot_dir="$HOME/Pictures/Screen Capture"
|
screenshot_dir="$HOME/Pictures/Screen Capture"
|
||||||
clipboard_length=10
|
clipboard_length=10
|
||||||
|
|
|
@ -48,6 +48,8 @@ for_window {
|
||||||
[app_id="armcord"] $scratch
|
[app_id="armcord"] $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
|
||||||
|
|
||||||
|
#disable fullscreen
|
||||||
|
[app_id="LibreWolf"] fullscreen disable
|
||||||
}
|
}
|
||||||
|
|
||||||
assign {
|
assign {
|
||||||
|
|
5
de/home/.local/bin/librewolf-profile
Executable file
5
de/home/.local/bin/librewolf-profile
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
profile_name="${1}"
|
||||||
|
shift 1
|
||||||
|
echo librewolf --name="${profile_name}" --no-remote -P "${profile_name}" "$@"
|
|
@ -53,3 +53,4 @@
|
||||||
.librewolf/work/chrome
|
.librewolf/work/chrome
|
||||||
.librewolf/work/user.js
|
.librewolf/work/user.js
|
||||||
.config/eww
|
.config/eww
|
||||||
|
.local/bin/librewolf-profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue