aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE45
-rw-r--r--env/.config/i3/config5
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh2
3 files changed, 43 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index 115d8fa..20422a4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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