diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-22 01:13:52 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-22 01:13:52 -0600 |
| commit | bd335ffc2838a9e4b2f43d799391507cd67387ed (patch) | |
| tree | 5662d1af51945b3f95bcadfdb61c7a87fa4695e2 | |
| parent | 803e70e7fc5f54554f9235b3553ca9f243ac4534 (diff) | |
Squashed commit of the following:
- changed LICENSE to GPL
- mute button for i3
- vesktop launch fix
| -rw-r--r-- | LICENSE | 45 | ||||
| -rw-r--r-- | env/.config/i3/config | 5 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
3 files changed, 43 insertions, 9 deletions
@@ -1,6 +1,39 @@ -MIT License +The Giant Penis License (GPL) -Copyright (c) 2024 iceyrazor +Copyright (c) 2026 iceyrazor + + ▄▄██▄██▄▄ + ▄█ █ █▄ + ▄█ █▄ + █ █ + █ █ + █ █ + █ █ + █ █ + █▄ █ ▄█ + █ ▄▄▄ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + █ █ + ▄████▄█ █▄████▄ + ▄█ █▄ + █ █ +█ █ +█ █ +█ █ +█ ▄▄█▄▄ █ + █ █ █ █ + █▄ ▄█ █▄ ▄█ + █▄▄▄▄▄█ █▄▄▄▄▄█ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +42,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. 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 |
