summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm')
-rw-r--r--dwm/config.h4
-rwxr-xr-xdwm/dwmbin144120 -> 144120 bytes
-rw-r--r--dwm/thesiah-default.mom2
3 files changed, 4 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 82622a5..d23a2a8 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -229,10 +229,10 @@ static const Key keys[] = {
/* modifier key function argument */
// AUDIO CONTROLS
- { MODKEY, XK_m, spawn, SHCMD("mpc random on; mpc load entire; mpc play; sleep 1 && mpc volume 35") },
+ { MODKEY, XK_m, spawn, SHCMD("mpc random on; mpc load entire; mpc play; sleep 1 && mpc volume 50") },
{ MODKEY | ShiftMask, XK_m, spawn, { .v = (const char *[]){ "mpdmenu", NULL } } },
{ MODKEY | ControlMask, XK_m, spawn, SHCMD("mpc stop; sleep 1 && mpc clear") },
- { MODKEY | ControlMask | ShiftMask, XK_m, spawn, { .v = (const char *[]){ "delmusic", NULL } } },
+ { MODKEY2, XK_m, spawn, { .v = (const char *[]){ "delmusic", NULL } } },
{ MODKEY, XK_p, spawn, SHCMD("mpc toggle") },
{ MODKEY | ShiftMask, XK_p, spawn, SHCMD("mpc pause; sleep 1 && pauseallmpv") },
{ MODKEY | ControlMask, XK_p, spawn, SHCMD("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; sleep 1 && kill -44 $(pidof dwmblocks)") },
diff --git a/dwm/dwm b/dwm/dwm
index 6a3e1c4..ea7cad8 100755
--- a/dwm/dwm
+++ b/dwm/dwm
Binary files differ
diff --git a/dwm/thesiah-default.mom b/dwm/thesiah-default.mom
index b3140e4..2369b50 100644
--- a/dwm/thesiah-default.mom
+++ b/dwm/thesiah-default.mom
@@ -101,6 +101,8 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik
I've mapped those extra buttons that some keyboards have (play and pause
buttons, screen brightness, email, web browsing buttons, etc.) to what you
would expect.
+.PP
+Check files under .config/shell, .config/zsh, and .local/share/thesiah. There are also files under .config.
.HEADING 1 "Configuration"
.PP
Dotfiles/settings files are located in \f(CW~/.config/\fP.