fix: fsel problems
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
xdg.terminal-exec = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default = myConfig.terminal.default;
|
||||
default = ["${myConfig.terminal.default}"];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
# apps
|
||||
"SUPER, W, Open Browser, exec, uwsm app -- firefox" # FIXME: must be xdg-open
|
||||
"SUPER, SPACE, Open App Launcher, ghostty --title=launcher -e fsel"
|
||||
"SUPER, SPACE, Open App Launcher, exec, ghostty --title=launcher -e fsel" # FIXME: pls make ghostty variable
|
||||
|
||||
# [Workspaces] Toggle between most recent workspaces
|
||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||
|
||||
Reference in New Issue
Block a user