replace elementary files with nautilus
This commit is contained in:
parent
22d166e050
commit
c35e47da07
3 changed files with 12 additions and 4 deletions
|
@ -26,6 +26,8 @@
|
||||||
"Others"
|
"Others"
|
||||||
"Pictures"
|
"Pictures"
|
||||||
"Projects"
|
"Projects"
|
||||||
|
"Public"
|
||||||
|
"Templates"
|
||||||
"Videos"
|
"Videos"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = [ pkgs.pantheon.elementary-files ];
|
home.packages = [ pkgs.gnome.nautilus ];
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"io/elementary/files/preferences" = {
|
"io/elementary/files/preferences" = {
|
||||||
singleclick-select = true;
|
singleclick-select = true;
|
||||||
};
|
};
|
||||||
|
"org/gtk/gtk4/settings/file-chooser" = {
|
||||||
|
sort-directories-first = true;
|
||||||
|
};
|
||||||
|
"org/gnome/nautilus/preferences" = {
|
||||||
|
click-policy = "double";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,9 +102,9 @@ in
|
||||||
windowrulev2 = center,class:^(eog)$
|
windowrulev2 = center,class:^(eog)$
|
||||||
windowrulev2 = dimaround,class:^(eog)$
|
windowrulev2 = dimaround,class:^(eog)$
|
||||||
|
|
||||||
windowrulev2 = float,class:^(io.elementary.files)$
|
windowrulev2 = float,class:^(org.gnome.Nautilus)$
|
||||||
windowrulev2 = center,class:^(io.elementary.files)$
|
windowrulev2 = center,class:^(org.gnome.Nautilus)$
|
||||||
windowrulev2 = size 60% 50%,class:^(io.elementary.files)$
|
windowrulev2 = size 60% 60%,class:^(org.gnome.Nautilus)$
|
||||||
|
|
||||||
windowrulev2 = float,class:^(gnome-system-monitor)$
|
windowrulev2 = float,class:^(gnome-system-monitor)$
|
||||||
windowrulev2 = center,class:^(gnome-system-monitor)$
|
windowrulev2 = center,class:^(gnome-system-monitor)$
|
||||||
|
|
Loading…
Reference in a new issue