diff --git a/i3config b/i3config index de10067e0eb43ba0580f42927f83d861725f2f60..66d2e1131b35816414a2411ff3f13fa00338ae7e 100644 --- a/i3config +++ b/i3config @@ -36,8 +36,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@ +5% && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $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 @@ -211,8 +211,8 @@ font pango:BerkeleyMono Bold 9 focus_follows_mouse no hide_edge_borders both +exec --no-startup-id feh --bg-fill black ~/.black.png exec --no-startup-id picom --backend glx --vsync -b -exec_always --no-startup-id xsetroot -solid black bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' diff --git a/shenanigans.sh b/shenanigans.sh index f9b3f5ef5c4138e285bd4336801e88810076a64a..3c1ea3cc868e0e438f6598982d709f45394f6de7 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,6 @@ -# Software list. -# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop tmux vim ctags picom scrot xsetroot +# Software list: +# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq busybox +# xmlstarlet htop nvtop tmux vim ctags picom scrot xsetroot # Magical environment variables. NIX_SHELL_PRESERVE_PROMPT=1