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 /env/.config/i3 | |
| parent | 803e70e7fc5f54554f9235b3553ca9f243ac4534 (diff) | |
Squashed commit of the following:
- changed LICENSE to GPL
- mute button for i3
- vesktop launch fix
Diffstat (limited to 'env/.config/i3')
| -rw-r--r-- | env/.config/i3/config | 5 |
1 files changed, 3 insertions, 2 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 |
