mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: wine and librewolf stuff
This commit is contained in:
parent
c470c271cf
commit
0df783bf41
20 changed files with 118 additions and 195 deletions
|
|
@ -101,20 +101,5 @@ in {
|
|||
"--enable-wayland-ime"
|
||||
];
|
||||
}
|
||||
{
|
||||
command = [
|
||||
"thunderbird"
|
||||
];
|
||||
}
|
||||
{
|
||||
command = [
|
||||
"obsidian"
|
||||
];
|
||||
}
|
||||
{
|
||||
command = [
|
||||
"zen-beta"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ in {
|
|||
};
|
||||
};
|
||||
debug = {
|
||||
honor-xdg-activation-with-invalid-serial = {};
|
||||
#honor-xdg-activation-with-invalid-serial = {};
|
||||
#strict-new-window-focus-policy = {};
|
||||
#deactivate-unfocused-windows = {};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ _: {
|
|||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^zen-beta$";
|
||||
app-id = "^librewolf$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue