staying on plasma 5 for now
This commit is contained in:
parent
9514633602
commit
c8fbd61e36
8 changed files with 286 additions and 233 deletions
|
@ -184,8 +184,12 @@ in {
|
|||
|
||||
exec = concatStringsSep " " ([
|
||||
"${config.programs.firefox.package}/bin/firefox"
|
||||
"--name"
|
||||
"${name}"
|
||||
"--app-id"
|
||||
"${name}"
|
||||
"--class"
|
||||
"WebApp-${name}"
|
||||
"${name}"
|
||||
"-P"
|
||||
"${config.programs.firefox.profiles."home-manager-webapp-${name}".path}"
|
||||
"--no-remote"
|
||||
|
@ -195,7 +199,7 @@ in {
|
|||
|
||||
settings = {
|
||||
X-MultipleArgs = "false"; # Consider enabling, don't know what this does
|
||||
StartupWMClass = "WebApp-${name}";
|
||||
StartupWMClass = "${name}";
|
||||
};
|
||||
})
|
||||
config.programs.firefox.webapps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue