✨ ags: add ask popup, make notifications work(finally :3) and more improvements
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Config (
|
||||
max_entries: 8,
|
||||
desktop_actions: false,
|
||||
terminal: Some("kitty -c")
|
||||
terminal: Some(Terminal(
|
||||
command: "kitty",
|
||||
args: "-c {}"
|
||||
))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user