Not Just Paranoid

Another site by Pete Maynard

dmenu and Firefox Profiles

I use a few firefox profiles and since there is not a quick and easy profile switcher/loader addon, I’ve taken to using dmenu/roif to start firefox in the right profile. It will look like this:

This desktop entry will run firefox with the profile called ‘work’.

$HOME.local/share/applications/firefox-work.desktop

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=Firefox Work
Type=Application
GenericName=Firefox Work Profile
Comment=Firefox but work profile
Exec=firefox -P work
Icon=firefox
Terminal=false
Type=Application
Categories=Network;WebBrowser;
Keywords=web;browser;internet;

The important line is:

Exec=firefox -P work

24 Mar 2020 | Tags ( tips )

Website Last Updated on 15 Sep 2023 (CC BY-SA 4.0)

This site uses JQuery and nanogallery2 hosted by jsdelivr.net
for the Flickr photo feed and GoatCounter for user insights.