adding runix to toothpick

This commit is contained in:
cnst
2024-09-15 15:10:20 +02:00
parent 41fa947471
commit ef91994c62
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ in {
"$terminal" = "foot";
"$fileManager" = "thunar";
"$passwordManager" = "keepassxc";
"$runix" = "runix.sh";
"$menu" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --";
"$menuw" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --";
"$browser" = "firefox";
@@ -45,7 +46,7 @@ in {
"$mod SHIFT, E, exec, $ranger"
"$mod, F, fullscreen,"
"$mod SHIFT, F, togglefloating,"
"$mod, SPACE, exec, $menu"
"$mod, SPACE, exec, $runix"
"$mod, P, pseudo," # dwindle
"$mod, J, togglesplit," # dwindle
"$mod, C, exec, hyprctl dispatch exec copyq toggle"

View File

@@ -70,6 +70,9 @@
yazi = {
enable = true;
};
runix = {
enable = true;
};
misc = {
enable = true;
};