feat: add tofi module
This commit is contained in:
parent
ac9b136e6c
commit
006c4394f3
5 changed files with 67 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
programs = {
|
||||
wallpaper.enable = true;
|
||||
foot.enable = true;
|
||||
rofi.enable = true;
|
||||
tofi.enable = true;
|
||||
};
|
||||
wallpapers.enable = true;
|
||||
services = {
|
||||
|
|
@ -59,6 +59,7 @@ in
|
|||
"Super Q" = "close";
|
||||
"Super Return" = "spawn footclient";
|
||||
"Super+Shift Return" = "spawn foot";
|
||||
"Super R" = ''spawn 'exec $(tofi-run --fuzzy-match=true)' '';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue