aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-12 22:01:47 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-12 22:01:47 +0200
commit44dc5b5ffaab63d2de197148e960c980782fe7d9 (patch)
treed89f93654c282e1468c4ef1f839e067bb281fd7d
parentSwitch (diff)
downloaddwm-44dc5b5ffaab63d2de197148e960c980782fe7d9.tar.gz
dwm-44dc5b5ffaab63d2de197148e960c980782fe7d9.tar.bz2
dwm-44dc5b5ffaab63d2de197148e960c980782fe7d9.tar.xz
dwm-44dc5b5ffaab63d2de197148e960c980782fe7d9.tar.zst
dwm-44dc5b5ffaab63d2de197148e960c980782fe7d9.zip
updates, switched back to iridium;
-rw-r--r--config.h72
1 files changed, 36 insertions, 36 deletions
diff --git a/config.h b/config.h
index ebf2053..0d3cc03 100644
--- a/config.h
+++ b/config.h
@@ -73,40 +73,40 @@ static const Layout layouts[] = {
#define SHCMD(cmd) { .v = (const char*[]){ "/usr/local/bin/dash", "-c", cmd, NULL } }
/* commands */
-static const char *termcmd[] = { "/usr/local/bin/st", NULL };
-static const char *dmenucmd[] = { "/usr/local/bin/dmenu_run", "-i", "-m", "0", NULL };
-static const char *dmpccmd[] = { "/home/jozan/.local/bin/dmpc", NULL };
-static const char *dmkillcmd[] = { "/home/jozan/.local/bin/dmkill", NULL };
-static const char *dmsearchcmd[] = { "/home/jozan/.local/bin/dmsearch", NULL };
-static const char *dmscrotcmd[] = { "/home/jozan/.local/bin/dmscrot", NULL };
-static const char *dmlogcmd[] = { "/home/jozan/.local/bin/dmlog", NULL };
-static const char *dmpasstcmd[] = { "/home/jozan/.local/bin/dmpass", "--type", NULL };
-static const char *dmpasscmd[] = { "/home/jozan/.local/bin/dmpass", NULL };
-static const char *ndatecmd[] = { "/home/jozan/.local/bin/ndate", NULL };
-static const char *filecmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/zsh", "-ic", "/usr/local/bin/lf", NULL };
-static const char *editcmd[] = { "/usr/local/bin/emacsclient", "-c", NULL };
-static const char *browsercmd[] = { "/usr/local/bin/firefox", "--kiosk", "https://start.duckduckgo.com/", NULL };
-static const char *torbrocmd[] = { "/usr/local/bin/torify", "/usr/local/bin/firefox", "--kiosk", "https://start.duckduckgo.com/", NULL };
-static const char *w3mcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/w3m", "https://start.duckduckgo.com/", NULL };
-static const char *nbcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/newsboat", NULL };
-static const char *ncmpccmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/ncmpc", NULL };
-static const char *calcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/calcurse", "-C", "/home/jozan/.config/calcurse", "-D", "/home/jozan/.local/share/calcurse", NULL };
-static const char *sclicmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/scli", NULL };
-static const char *muttcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/neomutt", NULL };
-static const char *gotopcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/gotop", NULL };
-static const char *htopcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/htop", NULL };
-static const char *topcmd[] = { "/usr/local/bin/st", "-e", "/usr/bin/top", NULL };
-static const char *blinccmd[] = { "/usr/local/bin/xbacklight", "-inc", "10", NULL };
-static const char *bldeccmd[] = { "/usr/local/bin/xbacklight", "-dec", "10", NULL };
-static const char *voltogcmd[] = { "/home/jozan/.local/bin/mixer-set", "toggle", NULL };
-static const char *voldeccmd[] = { "/home/jozan/.local/bin/mixer-set", "lower", NULL };
-static const char *volinccmd[] = { "/home/jozan/.local/bin/mixer-set", "raise", NULL };
-static const char *miccmd[] = { "/home/jozan/.local/bin/mic", NULL };
-static const char *mpcprevcmd[] = { "/usr/local/bin/mpc", "prev", NULL };
-static const char *mpcnextcmd[] = { "/usr/local/bin/mpc", "next", NULL };
-static const char *mpctogcmd[] = { "/usr/local/bin/mpc", "toggle", NULL };
-static const char *mpcstopcmd[] = { "/usr/local/bin/mpc", "stop", NULL };
-static const char *killespeak[] = { "/home/jozan/.local/bin/shutup", NULL };
+static const char *termcmd[] = { "/usr/local/bin/st", NULL };
+static const char *dmenucmd[] = { "/usr/local/bin/dmenu_run", "-i", "-m", "0", NULL };
+static const char *dmpccmd[] = { "/home/jozan/.local/bin/dmpc", NULL };
+static const char *dmkillcmd[] = { "/home/jozan/.local/bin/dmkill", NULL };
+static const char *dmsearchcmd[] = { "/home/jozan/.local/bin/dmsearch", NULL };
+static const char *dmscrotcmd[] = { "/home/jozan/.local/bin/dmscrot", NULL };
+static const char *dmlogcmd[] = { "/home/jozan/.local/bin/dmlog", NULL };
+static const char *dmpassfullcmd[] = { "/home/jozan/.local/bin/dmpass", "--full", NULL };
+static const char *dmpasscmd[] = { "/home/jozan/.local/bin/dmpass", NULL };
+static const char *ndatecmd[] = { "/home/jozan/.local/bin/ndate", NULL };
+static const char *filecmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/zsh", "-ic", "/usr/local/bin/lf", NULL };
+static const char *editcmd[] = { "/usr/local/bin/emacsclient", "-c", NULL };
+static const char *browsercmd[] = { "/usr/local/bin/iridium", NULL };
+static const char *torbrocmd[] = { "/usr/local/bin/torify", "/usr/local/bin/iridium", NULL };
+static const char *w3mcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/w3m", "https://start.duckduckgo.com/", NULL };
+static const char *nbcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/newsboat", NULL };
+static const char *ncmpccmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/ncmpc", NULL };
+static const char *calcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/calcurse", "-C", "/home/jozan/.config/calcurse", "-D", "/home/jozan/.local/share/calcurse", NULL };
+static const char *sclicmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/scli", NULL };
+static const char *muttcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/neomutt", NULL };
+static const char *gotopcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/gotop", NULL };
+static const char *htopcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/htop", NULL };
+static const char *topcmd[] = { "/usr/local/bin/st", "-e", "/usr/bin/top", NULL };
+static const char *blinccmd[] = { "/usr/local/bin/xbacklight", "-inc", "10", NULL };
+static const char *bldeccmd[] = { "/usr/local/bin/xbacklight", "-dec", "10", NULL };
+static const char *voltogcmd[] = { "/home/jozan/.local/bin/mixer-set", "toggle", NULL };
+static const char *voldeccmd[] = { "/home/jozan/.local/bin/mixer-set", "lower", NULL };
+static const char *volinccmd[] = { "/home/jozan/.local/bin/mixer-set", "raise", NULL };
+static const char *miccmd[] = { "/home/jozan/.local/bin/mic", NULL };
+static const char *mpcprevcmd[] = { "/usr/local/bin/mpc", "prev", NULL };
+static const char *mpcnextcmd[] = { "/usr/local/bin/mpc", "next", NULL };
+static const char *mpctogcmd[] = { "/usr/local/bin/mpc", "toggle", NULL };
+static const char *mpcstopcmd[] = { "/usr/local/bin/mpc", "stop", NULL };
+static const char *killespeak[] = { "/home/jozan/.local/bin/shutup", NULL };
#include "movestack.c"
#include <X11/XF86keysym.h>
@@ -142,8 +142,8 @@ static Key keys[] = {
{ MODKEY|ControlMask, XK_F12, spawn, {.v = dmlogcmd } },
{ MODKEY|ControlMask, XK_BackSpace, spawn, {.v = dmlogcmd } },
{ MODKEY, XK_BackSpace, spawn, {.v = dmpccmd } },
- { MODKEY|ShiftMask, XK_p, spawn, {.v = dmpasscmd } },
- { MODKEY|ControlMask, XK_p, spawn, {.v = dmpasstcmd } },
+ { MODKEY|ControlMask, XK_p, spawn, {.v = dmpasscmd } },
+ { MODKEY|ControlMask|ShiftMask, XK_p, spawn, {.v = dmpassfullcmd } },
{ MODKEY, XK_End, spawn, {.v = ndatecmd } },
{ 0, XF86XK_MonBrightnessUp, spawn, {.v = blinccmd } },
{ 0, XF86XK_MonBrightnessDown, spawn, {.v = bldeccmd } },