diff --git a/.config/i3/config b/.config/i3/config index 332d21d..469c974 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -39,8 +39,8 @@ exec --no-startup-id nm-applet # Use pactl to adjust volume in PulseAudio. 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 XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +2% && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -2% && $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 @@ -196,6 +196,7 @@ bindsym $mod+e exec alacritty -e ranger # finds out, if available) bar { status_command i3status + tray_output primary } exec picom diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 8b3660a..abff630 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -344,7 +344,7 @@ use-damage = true; # Do not use EWMH to detect fullscreen windows. # Reverts to checking if a window is fullscreen based only on its size and coordinates. # -# no-ewmh-fullscreen = false +no-ewmh-fullscreen = true # Dimming bright windows so their brightness doesn't exceed this set value. # Brightness of a window is estimated by averaging all pixels in the window,