summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.