programs/anyrun: remove desktop actions
I JUST WANNA LAUNCH PROGRAMS!!
This commit is contained in:
parent
38fa12f409
commit
d8a86714d8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
".config/anyrun/applications.ron".text = ''
|
".config/anyrun/applications.ron".text = ''
|
||||||
Config(
|
Config(
|
||||||
// Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf
|
// Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf
|
||||||
desktop_actions: true,
|
desktop_actions: false,
|
||||||
max_entries: 5,
|
max_entries: 5,
|
||||||
// The terminal used for running terminal based desktop entries, if left as `None` a static list of terminals is used
|
// The terminal used for running terminal based desktop entries, if left as `None` a static list of terminals is used
|
||||||
// to determine what terminal to use.
|
// to determine what terminal to use.
|
||||||
|
|
Loading…
Add table
Reference in a new issue