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
+1 -1
View File
@@ -25,7 +25,7 @@ custom-cat() {
ls = "ls -hA -s --color";
cat = "custom-cat";
pomodoro = "kitty -e 'tomato'";
librewolf = "kitty --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
librewolf = "kitty --class \"custom-librewolfprofiles\" --name \"Select LibreWolf profile\" --hold custom-librewolfprofiles";
};
};
}