diff options
Diffstat (limited to 'lib/cfg.def.h')
| -rw-r--r-- | lib/cfg.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cfg.def.h b/lib/cfg.def.h index ce585ff..7e86df5 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -52,11 +52,11 @@ static struct command mumble[] = { static struct command apps[] = { DEFCMD ("f", "firefox" , "firefox") - DEFCMD ("h", "htop" , "urxvt htop") + DEFCMD ("h", "htop" , "kitty -e htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) DEFCMD ("n", "nautilus" , "nautilus") - DEFCMD ("r", "ranger" , "urxvt ranger") + DEFCMD ("r", "ranger" , "kitty -e ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") }; |
