diff --git a/i3/config b/i3/config index 44d943f..26a17d2 100644 --- a/i3/config +++ b/i3/config @@ -51,8 +51,8 @@ exec --no-startup-id gentoo-pipewire-launcher restart & set $refresh_i3status killall -SIGUSR1 i3status # Software volume should not be lower than 80% unless you want to lose dynamic range. -set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.02- && $refresh_i3status -set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status +set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.01- && $refresh_i3status +set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.01+ --limit 1 && $refresh_i3status set $mute-sink wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status set $mute-source wpctl set-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status diff --git a/sway/config b/sway/config index fc04fa3..94c4441 100644 --- a/sway/config +++ b/sway/config @@ -24,7 +24,7 @@ set $menu rofi -show drun ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -set $bg /data/sync/images/wallpapers/0002.png +set $bg /data/sync/images/wallpapers/0.01.png set $screenlock 'swaylock -i $bg' set $images $(xdg-user-dir PICTURES)/$(date +'%s_grim.png') # @@ -87,8 +87,8 @@ exec --no-startup-id xset m 1/1 0 exec --no-startup-id /usr/lib/pam_kwallet_init -set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.02- -set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 +set $lower-volume wpctl set-volume @DEFAULT_SINK@ 0.01- +set $raise-volume wpctl set-volume @DEFAULT_SINK@ 0.01+ --limit 1 set $mute-sink wpctl set-mute @DEFAULT_SINK@ toggle set $mute-source wpctl set-mute @DEFAULT_SOURCE@ toggle