From 3a620b0370374026e4a762c54dccdead62b777bf Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 11 Jan 2021 21:48:32 +0530 Subject: Fixes lf path and adds power menu keybinding --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index ff3b079..0a26a79 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,7 @@ Key keys[] = { { Super, XK_c, cmd("sensible-browser") }, { Super|ShiftMask, XK_c, cmd("sensible-private-browser") }, - { Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e ~/dev/go/bin/lf") }, + { Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e lf") }, // }}} // Menus {{{ @@ -86,6 +86,7 @@ Key keys[] = { // System {{{ { 0, XF86XK_PowerOff, SCRIPT(powercontrol.sh menu) }, + { ControlMask, XK_Delete, SCRIPT(powercontrol.sh menu) }, { ControlMask|ShiftMask, XK_l, SCRIPT(powercontrol.sh lock) }, { 0, XF86XK_MonBrightnessUp, SCRIPT(brightness.sh inc 10) }, { 0, XF86XK_MonBrightnessDown, SCRIPT(brightness.sh dec 10) }, -- cgit v1.3.1