VENE_LOCAL

This commit is contained in:
Venelin Dechkov
2026-07-30 13:03:29 +03:00
parent 9dc4646559
commit 71ee58ed76
3 changed files with 14 additions and 7 deletions
+4
View File
@@ -36,6 +36,9 @@ static const Rule rules[] = {
{ "LibreWolf", NULL, NULL, 1<<7, 0, -1 },
{ NULL, "emacs", NULL, 1<<8, 0, -1 },
{ "dlt-viewer", NULL, NULL, 1<<5, 0, -1 },
{ "Emulator", NULL, "", 1<<9, 1, -1 },
{ "Emulator", NULL, "Android Emulator - MB_V530E_MB.EA-M_14_0_CID_Central_Information_Display:5554", 1<<5, 1, -1 },
};
@@ -85,6 +88,7 @@ static void webbookmark(const Arg* unused){
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY|ShiftMask, XK_s, vene_screenshot, {0} }, // Take a screenshot, located in ~/screenshots and in clipboard
{ MODKEY, XK_v, vene_clip_history,{0} }, // Clip history
{ ShiftMask, XK_Insert, spawn, { .v = simulate_mmb } }, // Paste what the mouse selection by simulating a MMB click