diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-08 17:37:46 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-08 17:37:46 +0900 |
| commit | 25c3ac0d32c1bc0835b7b6e56d363e9b6d2deaf4 (patch) | |
| tree | 4900630d9efaec39087ba7b7e50387915c9fa957 /dwm | |
| parent | f799063cf16f6dc956d9edb83318361be37f0097 (diff) | |
Init
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 4 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 144120 -> 144120 bytes | |||
| -rw-r--r-- | 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)") }, Binary files differdiff --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. |
