This commit is contained in:
Baasil Siddiqui 2023-05-08 13:48:13 +04:00
parent dbf76ae76d
commit 6abb455b51
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "gnome-calculator", NULL, NULL, 0, 1, -1 },
{ "Brave", NULL, NULL, 1 << 9, 0, -1 },
};
@ -82,6 +83,7 @@ static const char *opencmd[] = {"open.sh", NULL};
static const char *suspend[] = {"systemctl", "suspend", NULL};
static const char *netdwm[] = {"networkmanager_dmenu", NULL};
static const char *mail[] = {"thunderbird", NULL};
static const char *encrypt[] = {"panic-encrypt.sh", NULL};
/* KEYBINDINGS|------------------------------------------------------------------------------------------------ */
static const Key keys[] = {
@ -89,6 +91,7 @@ static const Key keys[] = {
{ MODKEY, XK_d, spawn, {.v = dmenucmd } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_grave, togglescratch, {.v = scratchpadcmd } },
{MODKEY|ShiftMask, XK_p, spawn, {.v = encrypt } },
{ MODKEY, XK_b, spawn, {.v = browser } },
{ MODKEY, XK_m, spawn, {.v = mail }},
{ MODKEY, XK_e, spawn, {.v = filemgr} },