summaryrefslogtreecommitdiff
path: root/files/config/suckless/dwm
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-22 22:23:00 +0100
committerShipwreckt <me@shipwreckt.co.uk>2025-10-22 22:23:00 +0100
commit1ae24861a06d773836fb674814aa03df90bbb095 (patch)
tree23c9ae7a23593be5aa1d78b1cb0d9b0cc7a255a1 /files/config/suckless/dwm
parente63a16b509b05993fc7900b6296ba8601e343976 (diff)
Updated install script, some configs, added vimwiki, added doas def
Diffstat (limited to 'files/config/suckless/dwm')
-rw-r--r--files/config/suckless/dwm/config.h16
-rwxr-xr-xfiles/config/suckless/dwm/dwmbin67936 -> 67936 bytes
-rw-r--r--files/config/suckless/dwm/dwm.obin60176 -> 60248 bytes
3 files changed, 10 insertions, 6 deletions
diff --git a/files/config/suckless/dwm/config.h b/files/config/suckless/dwm/config.h
index f2f179e..eee2c25 100644
--- a/files/config/suckless/dwm/config.h
+++ b/files/config/suckless/dwm/config.h
@@ -57,25 +57,29 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-static const char *browsercmd[] = { "librewolf", NULL };
-static const char *audiocmd[] = { "pavucontrol", NULL };
static const char *printcmd[] = { "scrot", "-s", NULL };
-static const char *passwdcmd[] = { "keepassxc", NULL };
-static const char *termcmd[] = { "st", NULL };
+
+static const char *audiocmd[] = { "pavucontrol", NULL };
static const char *audioup[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL };
static const char *audiodown[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL };
-static const char *ncmpcppcmd[] = { "st", "-e", "ncmpcpp", NULL };
+
+static const char *youtubecmd[] = { "gtk-pipe-viewer", NULL };
+static const char *browsercmd[] = { "librewolf", NULL };
+static const char *gimpcmd[] = { "gimp", NULL };
+static const char *passwdcmd[] = { "keepassxc", NULL };
+static const char *termcmd[] = { "st", NULL };
static const char *emailcmd[] = { "thunderbird", NULL };
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY|ShiftMask, XK_Insert, spawn, SHCMD("sh ~/.Scripts/bookmark.sh") },
{ MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.bookmarks | dmenu -i -l 50 | cut -d' ' -f1)") },
+ { MODKEY, XK_y, spawn, {.v = youtubecmd } },
+ { MODKEY, XK_g, spawn, {.v = gimpcmd } },
{ MODKEY, XK_t, spawn, {.v = emailcmd } },
{ MODKEY, XK_F3, spawn, {.v = audioup } },
{ MODKEY, XK_F2, spawn, {.v = audiodown } },
{ MODKEY, XK_p, spawn, {.v = audiocmd } },
- { MODKEY, XK_m, spawn, {.v = ncmpcppcmd } },
{ 0, XK_Print, spawn, {.v = printcmd } },
{ MODKEY|ShiftMask, XK_k, spawn, {.v = passwdcmd } },
{ MODKEY, XK_r, spawn, {.v = dmenucmd } },
diff --git a/files/config/suckless/dwm/dwm b/files/config/suckless/dwm/dwm
index 9ef9b4f..8c61d6d 100755
--- a/files/config/suckless/dwm/dwm
+++ b/files/config/suckless/dwm/dwm
Binary files differ
diff --git a/files/config/suckless/dwm/dwm.o b/files/config/suckless/dwm/dwm.o
index 2d17a7a..a53d670 100644
--- a/files/config/suckless/dwm/dwm.o
+++ b/files/config/suckless/dwm/dwm.o
Binary files differ