From b08cd71671eea1b4e7d58b32f12943613432d91e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 20 Jan 2023 11:21:26 -0500 Subject: some UI tweaks Change-Id: Id7b3099472c6e15154dc75d3614862f02be031d7 --- lib/cfg.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/cfg.def.h') diff --git a/lib/cfg.def.h b/lib/cfg.def.h index 57709fc..c6b72b5 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -51,13 +51,12 @@ static struct command mumble[] = { }; static struct command apps[] = { - DEFCMD ("c", "chromium" , "chromium") DEFCMD ("d", "dolphin" , "dolphin") DEFCMD ("f", "firefox" , "firefox") - DEFCMD ("h", "xterm htop" , "xterm htop") + DEFCMD ("h", "htop" , "urxvt htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) - DEFCMD ("r", "ranger" , "xterm ranger") + DEFCMD ("r", "ranger" , "urxvt ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") }; @@ -78,6 +77,7 @@ static struct command system_commands[] = { // DEFPREFIX("c", "copy/sync", sync_commands) DEFCMD("R", "reboot", "reboot") DEFCMD("S", "suspend", "systemctl suspend") + DEFCMD("L", "logout", "/home/ben/bin/logout") DEFCMD("h", "h-m switch", "home-manager switch") DEFCMD("w", "fresh wall", "wal") DEFCMD("x", "restart xbindkeys", "pkill xbindkeys && xbindkeys") -- cgit v1.2.3