mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Added nautilus gui fm and flstudio improvements
This commit is contained in:
parent
307d5d57cd
commit
5028670aab
|
@ -47,6 +47,7 @@
|
||||||
mate.atril
|
mate.atril
|
||||||
xournalpp
|
xournalpp
|
||||||
glib
|
glib
|
||||||
|
gnome.nautilus
|
||||||
gnome.geary
|
gnome.geary
|
||||||
gnome.gnome-calendar
|
gnome.gnome-calendar
|
||||||
gnome.seahorse
|
gnome.seahorse
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
exec = "flstudio %U";
|
exec = "flstudio %U";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
type = "Application";
|
type = "Application";
|
||||||
mimeTypes = ["application/flstudio"];
|
mimeTypes = ["application/octet-stream"];
|
||||||
})
|
})
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
@ -130,6 +131,9 @@
|
||||||
};
|
};
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
|
xdg.mimeApps.associations.added = {
|
||||||
|
"application/octet-stream" = "flstudio.desktop;";
|
||||||
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = editor;
|
EDITOR = editor;
|
||||||
|
|
|
@ -189,6 +189,7 @@
|
||||||
windowrulev2 = opacity 0.65,title:^(Home - qutebrowser)$
|
windowrulev2 = opacity 0.65,title:^(Home - qutebrowser)$
|
||||||
windowrulev2 = opacity 0.65,title:\[.*\] - Home
|
windowrulev2 = opacity 0.65,title:\[.*\] - Home
|
||||||
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
|
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
|
||||||
|
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
||||||
|
|
||||||
layerrule = blur,waybar
|
layerrule = blur,waybar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue