dolphin module

This commit is contained in:
Aleksandr Lebedev 2025-07-07 23:47:24 +02:00
parent 753d553d7d
commit 200824a309
4 changed files with 52 additions and 0 deletions

View file

@ -103,6 +103,7 @@
sh = spawn "sh" "-c";
in {
"Mod+E".action = sh "emacsclient -c";
"Mod+C".action = sh "dolphin";
"Mod+T".action = spawn "kitty";
"Mod+D".action = spawn "fuzzel";
"Mod+B".action = spawn "librewolf";