Blueman is gone.

This commit is contained in:
Bartek Stalewski 2021-07-07 14:37:03 +02:00
parent 3649ff872c
commit 188473706e
2 changed files with 312 additions and 1 deletions

View file

@ -106,7 +106,7 @@ static Key keys[] = {
/* apps n'shit */
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_space, spawn, SHCMD("rofi -show run -i") },
{ MODKEY, XK_b, spawn, SHCMD("blueman-manager") },
{ MODKEY, XK_b, spawn, SHCMD("rofi-bluetooth") },
{ MODKEY, XK_c, spawn, SHCMD("xsel -o | xsel -b") },
{ MODKEY, XK_i, spawn, SHCMD("scrot --select 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },
{ SHTKEY, XK_i, spawn, SHCMD("scrot 'scrot_%Y-%m-%d_%H-%M-%S_%s.png'") },