From bd335ffc2838a9e4b2f43d799391507cd67387ed Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 22 Feb 2026 01:13:52 -0600 Subject: Squashed commit of the following: - changed LICENSE to GPL - mute button for i3 - vesktop launch fix --- env/.config/i3/config | 5 +++-- env/.local/bin/system/start-scripts/autostart.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'env') 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 -- cgit v1.3