diff options
author | Ben Sima <ben@bsima.me> | 2025-02-07 13:08:41 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-07 13:09:38 -0500 |
commit | ebffda54c7d72933d73c31bf783eced1c415dbf5 (patch) | |
tree | 990e6fbfc4b7c2a9ff715d53db2b1f89384b70f4 /lib/cfg.def.h | |
parent | 2a46553b17e2535ba00d9c6ae1d07d994a63b51e (diff) |
disable nautilus, this doesn't work for some reason
Diffstat (limited to 'lib/cfg.def.h')
-rw-r--r-- | lib/cfg.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cfg.def.h b/lib/cfg.def.h index c6b72b5..ce585ff 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -51,11 +51,11 @@ static struct command mumble[] = { }; static struct command apps[] = { - DEFCMD ("d", "dolphin" , "dolphin") DEFCMD ("f", "firefox" , "firefox") DEFCMD ("h", "htop" , "urxvt htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) + DEFCMD ("n", "nautilus" , "nautilus") DEFCMD ("r", "ranger" , "urxvt ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") |