feat: added waybar & anyrun configs
This commit is contained in:
8
.config/anyrun/applications.ron
Normal file
8
.config/anyrun/applications.ron
Normal file
@@ -0,0 +1,8 @@
|
||||
Config(
|
||||
// Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf
|
||||
desktop_actions: false,
|
||||
max_entries: 5,
|
||||
// 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.
|
||||
terminal: Some("kitty"),
|
||||
)
|
||||
Reference in New Issue
Block a user