worked on librewolf config

This commit is contained in:
Tomas Rivera
2026-03-04 16:22:31 +01:00
parent 255d24d52b
commit 910b6b6008
4 changed files with 16 additions and 7 deletions
+3 -2
View File
@@ -21,7 +21,7 @@ in
"$term" = "kitty";
"$editor" = "nvim";
"$file" = "nautilus";
"$browser" = "kitty --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
"$browser" = "kitty --class \"custom-librewolfprofiles\" --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
animations = {
@@ -406,7 +406,8 @@ in
"float,class:^(com.github.unrud.VideoDownloader)$" # VideoDownloader-Gkk
"float,class:^(io.gitlab.adhami3310.Impression)$" # Impression-Gtk
"float,class:^(io.missioncenter.MissionCenter)$" # MissionCenter-Gtk
"float,title:^(custom-librewolfprofiles)$"
"float,class:^(custom-librewolfprofiles)$"
"size 400 175, class:^(custom-librewolfprofiles)$"
# add a float for tomato when in kitty
#"plugin:imgborders:noimgborders, tag:noborder"
];