aboutsummaryrefslogtreecommitdiff
path: root/components/functions
diff options
context:
space:
mode:
Diffstat (limited to 'components/functions')
-rw-r--r--components/functions/FvwmExpose0
-rw-r--r--components/functions/Gather4
-rw-r--r--components/functions/Mixer4
3 files changed, 8 insertions, 0 deletions
diff --git a/components/functions/FvwmExpose b/components/functions/FvwmExpose
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/components/functions/FvwmExpose
diff --git a/components/functions/Gather b/components/functions/Gather
new file mode 100644
index 0000000..ed13afe
--- /dev/null
+++ b/components/functions/Gather
@@ -0,0 +1,4 @@
+DestroyFunc gather
+AddToFunc gather
++ I All (!PlacedByFvwm) MoveToScreen
+
diff --git a/components/functions/Mixer b/components/functions/Mixer
index df236d2..eec5b65 100644
--- a/components/functions/Mixer
+++ b/components/functions/Mixer
@@ -10,6 +10,10 @@ DestroyFunc Mixer-Volume-Toggle
AddToFunc Mixer-Volume-Toggle
+ I exec pactl set-sink-mute '@DEFAULT_SINK@' toggle >/dev/null
+DestroyFunc Mixer-Input-Toggle
+AddToFunc Mixer-Input-Toggle
++ I exec pactl set-source-mute '@DEFAULT_SOURCE@' toggle >/dev/null
+
DestroyFunc Mixer-Show
AddToFunc Mixer-Show
+ I exec pavucontrol &