summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm/config.h2
-rwxr-xr-xdwm/dwmbin133488 -> 133616 bytes
-rw-r--r--dwm/thesiah.mom4
3 files changed, 6 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h
index ced3d0e..0cee861 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -292,6 +292,7 @@ static const Key keys[] = {
{ MODKEY, XK_n, spawn, SHCMD(TERMINAL " -e newsboat ; pkill -RTMIN+6 dwmblocks") },
{ MODKEY, XK_r, spawn, { .v = (const char *[]){ TERMINAL, "-e", "lfub", NULL } } },
{ MODKEY | ShiftMask, XK_r, spawn, { .v = (const char *[]){ TERMINAL, "-e", "htop", NULL } } },
+ { MODKEY, XK_t, spawn, { .v = (const char *[]){ "torwrap", NULL } } },
{ MODKEY, XK_w, spawn, { .v = (const char *[]){ BROWSER, NULL } } },
{ MODKEY, XK_grave, togglescratch, { .ui = 1 } }, /* calculator */
{ MODKEY | ShiftMask, XK_grave, spawn, { .v = (const char *[]){ "dmenuunicode", NULL } } },
@@ -300,6 +301,7 @@ static const Key keys[] = {
{ MODKEY | ControlMask, XK_Return, togglescratch, { .ui = 0 } }, /* terminal */
// SCRIPTS
+ { MODKEY, XK_b, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") },
{ MODKEY | ShiftMask, XK_d, spawn, { .v = (const char *[]){ "passmenu", NULL } } },
{ MODKEY | ControlMask, XK_d, spawn, { .v = (const char *[]){ "passmenu2", NULL } } },
{ MODKEY | ControlMask, XK_e, spawn, { .v = (const char *[]){ "fecrypt", NULL } } },
diff --git a/dwm/dwm b/dwm/dwm
index 7d04db5..bbd87f7 100755
--- a/dwm/dwm
+++ b/dwm/dwm
Binary files differ
diff --git a/dwm/thesiah.mom b/dwm/thesiah.mom
index 20102ed..380ffda 100644
--- a/dwm/thesiah.mom
+++ b/dwm/thesiah.mom
@@ -288,6 +288,8 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik
.ITEM
\f(CWMOD+Shift+r\fP \(en spawn {.v=(constchar*[]){TERMINAL,"-e","htop",NULL}}
.ITEM
+\f(CWMOD+t\fP \(en spawn {.v=(constchar*[]){"torwrap",NULL}}
+.ITEM
\f(CWMOD+w\fP \(en spawn {.v=(constchar*[]){BROWSER+NULL}}
.ITEM
\f(CWMOD+Shift+grave\fP \(en spawn {.v=(constchar*[]){"dmenuunicode",NULL}}
@@ -299,6 +301,8 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik
.HEADING 9 "Scripts"
.LI
.ITEM
+\f(CWMOD+b\fP \(en spawn SHCMD("xdotooltype$(grep-v'^#'~/.local/share/thesiah/snippets+dmenu-i-l50+cut-d''-f1)")
+.ITEM
\f(CWMOD+Shift+d\fP \(en spawn {.v=(constchar*[]){"passmenu",NULL}}
.ITEM
\f(CWMOD+Ctrl+d\fP \(en spawn {.v=(constchar*[]){"passmenu2",NULL}}