parent
c6e4f39e99
commit
9065b4a9e0
|
@ -35,6 +35,7 @@
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
|
nautilus
|
||||||
xfce.ristretto
|
xfce.ristretto
|
||||||
g4music
|
g4music
|
||||||
picard
|
picard
|
||||||
|
@ -62,17 +63,9 @@
|
||||||
programs = {
|
programs = {
|
||||||
ssh.enableAskPassword = true;
|
ssh.enableAskPassword = true;
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
xfconf.enable = true;
|
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
seahorse.enable = true;
|
seahorse.enable = true;
|
||||||
file-roller.enable = true;
|
file-roller.enable = true;
|
||||||
thunar = {
|
|
||||||
enable = true;
|
|
||||||
plugins = with pkgs.xfce; [
|
|
||||||
thunar-archive-plugin
|
|
||||||
thunar-volman
|
|
||||||
];
|
|
||||||
};
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
@ -92,6 +85,7 @@
|
||||||
tumbler.enable = true;
|
tumbler.enable = true;
|
||||||
udisks2.enable = true;
|
udisks2.enable = true;
|
||||||
blueman.enable = config.hardware.bluetooth.enable;
|
blueman.enable = config.hardware.bluetooth.enable;
|
||||||
|
gnome.sushi.enable = true;
|
||||||
gvfs = {
|
gvfs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gnome.gvfs;
|
package = pkgs.gnome.gvfs;
|
||||||
|
|
|
@ -280,6 +280,10 @@
|
||||||
"center, title:Library,class:firefox"
|
"center, title:Library,class:firefox"
|
||||||
"pin, title:Picture-in-Picture,class:firefox"
|
"pin, title:Picture-in-Picture,class:firefox"
|
||||||
|
|
||||||
|
# NautilusPreviewer (Sushi)
|
||||||
|
"float, class:org.gnome.NautilusPreviewer"
|
||||||
|
"center, class:org.gnome.NautilusPreviewer"
|
||||||
|
|
||||||
# Electron file picker dialog
|
# Electron file picker dialog
|
||||||
"float, title:Open Files,class:electron"
|
"float, title:Open Files,class:electron"
|
||||||
"size 800 600, title:Open Files,class:electron"
|
"size 800 600, title:Open Files,class:electron"
|
||||||
|
@ -346,7 +350,7 @@
|
||||||
"SUPER, C, exec, ${config.programs.alacritty.package}/bin/alacritty"
|
"SUPER, C, exec, ${config.programs.alacritty.package}/bin/alacritty"
|
||||||
"SUPER, E, exec, ${config.programs.emacs.finalPackage}/bin/emacs"
|
"SUPER, E, exec, ${config.programs.emacs.finalPackage}/bin/emacs"
|
||||||
"SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox"
|
"SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox"
|
||||||
"SUPER, F, exec, thunar"
|
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
",Print,exec,${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.swappy}/bin/swappy -f -"
|
",Print,exec,${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.swappy}/bin/swappy -f -"
|
||||||
|
|
|
@ -3,8 +3,8 @@ let
|
||||||
browser = [ "firefox.desktop" ];
|
browser = [ "firefox.desktop" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"inode/directory" = [ "org.xfce.thunar.desktop" ];
|
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
||||||
"inode/symlink" = [ "org.xfce.thunar.desktop" ];
|
"inode/symlink" = [ "org.gnome.Nautilus.desktop" ];
|
||||||
|
|
||||||
"image/jpeg" = [ "com.xfce.ristretto.desktop" ];
|
"image/jpeg" = [ "com.xfce.ristretto.desktop" ];
|
||||||
"image/png" = [ "com.xfce.ristretto.desktop" ];
|
"image/png" = [ "com.xfce.ristretto.desktop" ];
|
||||||
|
|
Loading…
Reference in a new issue