feat(home:hyprland): add notes binding

This commit is contained in:
ooks-io 2024-06-24 13:49:49 +12:00
parent f9241f1028
commit ea5054789d
2 changed files with 3 additions and 2 deletions

View file

@ -18,8 +18,8 @@ in
(mkIf (fileManager == "nemo") { (mkIf (fileManager == "nemo") {
ooknet.binds.fileManager = "nemo"; ooknet.binds.fileManager = "nemo";
xdg.mimeApps = { xdg.mimeApps = {
association.added = nemoMime; associations.added = nemoMime;
defaultApplication = nemoMime; defaultApplications = nemoMime;
}; };
}) })
]; ];

View file

@ -18,6 +18,7 @@ in
"SUPER, d, exec, ${binds.discord}" "SUPER, d, exec, ${binds.discord}"
"SUPERSHIFT, e, exec, ${binds.fileManager}" "SUPERSHIFT, e, exec, ${binds.fileManager}"
"SUPERSHIFT, S, exec, ${binds.steam}" "SUPERSHIFT, S, exec, ${binds.steam}"
"SUPERSHIFT, n, exec, ${binds.notes}"
"SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop" "SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop"
"SUPER CTRL, return, exec, ${binds.zellijMenu}" "SUPER CTRL, return, exec, ${binds.zellijMenu}"
"SUPER, delete, exec, ${binds.powerMenu}" "SUPER, delete, exec, ${binds.powerMenu}"