feat: add nemo file manager to hyprland
This commit is contained in:
parent
14ee0dd0c5
commit
e0f46323bc
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ in
|
|||
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
||||
discord = "${pkgs.vesktop}/bin/vesktop";
|
||||
|
||||
explorer = "${pkgs.cinnamon.nemo-with-extensions}/bin/nemo";
|
||||
|
||||
#makoctl = "${config.services.mako.package}/bin/makoctl";
|
||||
|
||||
password = "${pkgs._1password-gui}/bin/1password --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
|
|
@ -70,6 +72,8 @@ in
|
|||
"SUPER, m, exec, ${spotify}"
|
||||
"SUPERSHIFT, P, exec, ${password}"
|
||||
"SUPER, d, exec, ${discord}"
|
||||
"SUPER, e, exec, ${explorer}"
|
||||
|
||||
|
||||
# Spotify PLayer Controls
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue