added fsel
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.fsel.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
# apps
|
||||
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
|
||||
"SUPER, SPACE, App Launcher, exec, uwsm app -- walker"
|
||||
"SUPER, SPACE, App Launcher, exec, uwsm app -- fsel"
|
||||
|
||||
# [Workspaces] Toggle between most recent workspaces
|
||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||
|
||||
Reference in New Issue
Block a user