diff options
| author | 2026-01-02 11:09:44 -0800 | |
|---|---|---|
| committer | 2026-01-02 11:09:44 -0800 | |
| commit | ab3fb02dc0298c6ea6f8a416eb4f798c7d4f1b8d (patch) | |
| tree | 5d6972aa698338dd19520a69d00af5658b7b03b6 | |
| parent | 1a09bd616a425c3769bb01a64bc2175fad7ab4be (diff) | |
| download | new-dotfiles-ab3fb02dc0298c6ea6f8a416eb4f798c7d4f1b8d.tar.gz new-dotfiles-ab3fb02dc0298c6ea6f8a416eb4f798c7d4f1b8d.zip | |
(oni home config common): Fix typo
| -rw-r--r-- | oni/home/config/common.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 1b0c7d2..67a238f 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -55,7 +55,7 @@ ((mod4 k) . "hersbtclient close") ((mod4 mod1 k) . "herbstclient remove") ((mod4 Return) . "herbstclient spawn kitty") - ((mod4 t) . "herbstclient spawn hlwm-run-or-raise \"\\(URxct\\|Hyper\\|kitty\\)\" kitty") + ((mod4 t) . "herbstclient spawn hlwm-run-or-raise \"\\(URxvt\\|Hyper\\|kitty\\)\" kitty") ((mod4 b) . "herbstclient spawn hlwm-run-or-raise \"\\(Conkeror\\|[Ff]irefox\\|Chromium\\|Next\\|qutebrowser\\)\" firefox") ((mod4 e) . "herbstclient spawn hlwm-run-or-raise Emacs emacsclient --create-frame") ((control mod1 l) . "herbstclient spawn i3lock --color=000000") |
