Skip to content

Commit

Permalink
chore: hide cli sheet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Oct 4, 2024
1 parent bd66b78 commit 2c1bb63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions keyhint/config/cli.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
id = "cli"
url = ""
hidden = true

[match]
regex_wmclass = "a^"
regex_title = "a^"
regex_wmclass = "^$"
regex_title = "^$"

[section]

Expand Down Expand Up @@ -43,6 +44,6 @@ pwd = "Print working dir"
cd = "Change to home dir"
"`cd -`" = "Change to previous dir"

[section.Debuggin]
[section.Debugging]
"journalctl --since \"1m ago\"" = "System logs since time"
"journalctl -k" = "System logs since boot"

0 comments on commit 2c1bb63

Please sign in to comment.