From 25c3ac0d32c1bc0835b7b6e56d363e9b6d2deaf4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:37:46 +0900 Subject: Init --- dwm/config.h | 4 ++-- dwm/dwm | Bin 144120 -> 144120 bytes dwm/thesiah-default.mom | 2 ++ 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 Binary files a/dwm/dwm and b/dwm/dwm 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. -- cgit v1.2.3