dwm

my dwm build
git clone https://git.afify.dev/dwm.git
Log | Files | Refs | README | LICENSE

commit 4a74e3cece6ee217d68cd8a0ee1ab628ff4b2c02
parent 6001445c606fd5864eafc54cda19cbe6ab1c8977
Author: afify <hassan@afify.dev>
Date:   Tue, 12 Jul 2022 12:08:33 +0300

add rfkill

Diffstat:
Mconfig.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -64,6 +64,7 @@ static const char *record_screen[] = { SCRIPTS "record_screen", NULL}; static const char *call_bluetooth[] = { SCRIPTS "bluetooth_call", NULL }; static const char *bluetooth_connect[] = { SCRIPTS "bluetooth_connect", NULL }; +static const char *rfkill[] = { SCRIPTS "rfkill", NULL }; static const char *connect_server[] = { SCRIPTS "connect_server", NULL }; @@ -97,6 +98,7 @@ static Key keys[] = { { ALT|META, XK_g, spawn, {.v = call_bluetooth } }, { ALT|SHIFT, XK_g, spawn, {.v = bluetooth_connect } }, + { ALT|META, XK_k, spawn, {.v = rfkill } }, { ALT, XK_g, spawn, {.v = connect_server} },