summaryrefslogtreecommitdiff
path: root/cs
diff options
context:
space:
mode:
authormac <ra@afu.re>2025-08-25 14:23:41 -0400
committermac <ra@afu.re>2025-08-25 14:23:41 -0400
commit31a46ffefc5a91956c34dbc6b635b43b90902824 (patch)
tree7e9b35f0e4bc8299a1ca28cee5836d5a17c76629 /cs
parent62817540111665f284e254f0a4f9b362abaafc41 (diff)
Auto from nzxt - Mon 25 Aug 2025 02:23:41 PM EDT
Diffstat (limited to 'cs')
-rw-r--r--cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
index cc78ff0..412d901 100644
--- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
+++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
@@ -230,11 +230,20 @@ win shuft + enter - pop up terminal centered
keyboard & screen brightness scripts
-
-> bloomberg color theme not working ?
-> + neomutt color scheme fucked ??
-> neomutt often seg fault
-> but all working in ST so problem is foot...
-
+/* { MODKEY, XK_minus, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; kill -44 $(pidof dwmblocks)") }, */
+/* { MODKEY|ShiftMask, XK_minus, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; kill -44 $(pidof dwmblocks)") }, */
+/* { MODKEY, XK_equal, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks)") }, */
+/* { MODKEY|ShiftMask, XK_equal, spawn, SHCMD("wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks)") }, */
+{ MODKEY, XK_p, spawn, {.v = (const char*[]){ "mpc", "toggle", NULL } } },
+{ MODKEY|ShiftMask, XK_p, spawn, SHCMD("mpc pause; pauseallmpv") },
+{ MODKEY, XK_bracketleft, spawn, {.v = (const char*[]){ "mpc", "seek", "-10", NULL } } },
+{ MODKEY|ShiftMask, XK_bracketleft, spawn, {.v = (const char*[]){ "mpc", "seek", "-60", NULL } } },
+{ MODKEY, XK_bracketright, spawn, {.v = (const char*[]){ "mpc", "seek", "+10", NULL } } },
+{ MODKEY|ShiftMask, XK_bracketright, spawn, {.v = (const char*[]){ "mpc", "seek", "+60", NULL } } },
+/* { MODKEY|ShiftMask, XK_m, spawn, SHCMD("wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; kill -44 $(pidof dwmblocks)") }, */
+{ MODKEY, XK_comma, spawn, {.v = (const char*[]){ "mpc", "prev", NULL } } },
+{ MODKEY|ShiftMask, XK_comma, spawn, {.v = (const char*[]){ "mpc", "seek", "0%", NULL } } },
+{ MODKEY, XK_period, spawn, {.v = (const char*[]){ "mpc", "next", NULL } } },
+{ MODKEY|ShiftMask, XK_period, spawn, {.v = (const char*[]){ "mpc", "repeat", NULL } } },
**update-m1n1**, which must be run as root every time you update the kernel, U-Boot, or m1n1 itself.