aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-22 01:13:52 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-22 01:13:52 -0600
commitbd335ffc2838a9e4b2f43d799391507cd67387ed (patch)
tree5662d1af51945b3f95bcadfdb61c7a87fa4695e2 /env
parent803e70e7fc5f54554f9235b3553ca9f243ac4534 (diff)
Squashed commit of the following:
- changed LICENSE to GPL - mute button for i3 - vesktop launch fix
Diffstat (limited to 'env')
-rw-r--r--env/.config/i3/config5
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh2
2 files changed, 4 insertions, 3 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config
index 410db74..09f8b72 100644
--- a/env/.config/i3/config
+++ b/env/.config/i3/config
@@ -39,8 +39,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
-bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
-bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
+#bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
+#bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
+bindsym XF86AudioMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && notify-send 'mic' "$(pactl get-source-mute @DEFAULT_SOURCE@)" && $refresh_i3status
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && $refresh_i3status
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index bbe7e60..77abff4 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -58,7 +58,7 @@ rc-service --user pipewire-pulse start
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
if [ -z "$(pgrep vesktop)" ]; then
- dbus-run-session vesktop & disown
+ vesktop %U & disown
fi
if [ -z "$(pgrep gajim)" ]; then