diff options
| -rw-r--r-- | i3config | 6 | ||||
| -rwxr-xr-x | shenanigans.sh | 5 |
2 files changed, 6 insertions, 5 deletions
| @@ -36,8 +36,8 @@ exec --no-startup-id nm-applet | |||
| 36 | 36 | ||
| 37 | # Use pactl to adjust volume in PulseAudio. | 37 | # Use pactl to adjust volume in PulseAudio. |
| 38 | set $refresh_i3status killall -SIGUSR1 i3status | 38 | set $refresh_i3status killall -SIGUSR1 i3status |
| 39 | bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status | 39 | bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status |
| 40 | bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status | 40 | bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status |
| 41 | bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status | 41 | bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status |
| 42 | bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status | 42 | bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status |
| 43 | 43 | ||
| @@ -211,8 +211,8 @@ bar { | |||
| 211 | font pango:BerkeleyMono Bold 9 | 211 | font pango:BerkeleyMono Bold 9 |
| 212 | focus_follows_mouse no | 212 | focus_follows_mouse no |
| 213 | hide_edge_borders both | 213 | hide_edge_borders both |
| 214 | exec --no-startup-id feh --bg-fill black ~/.black.png | ||
| 214 | exec --no-startup-id picom --backend glx --vsync -b | 215 | exec --no-startup-id picom --backend glx --vsync -b |
| 215 | exec_always --no-startup-id xsetroot -solid black | ||
| 216 | bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png | 216 | bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png |
| 217 | bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' | 217 | bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' |
| 218 | 218 | ||
diff --git a/shenanigans.sh b/shenanigans.sh index f9b3f5e..3c1ea3c 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | # Software list. | 1 | # Software list: |
| 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop tmux vim ctags picom scrot xsetroot | 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq busybox |
| 3 | # xmlstarlet htop nvtop tmux vim ctags picom scrot xsetroot | ||
| 3 | 4 | ||
| 4 | # Magical environment variables. | 5 | # Magical environment variables. |
| 5 | NIX_SHELL_PRESERVE_PROMPT=1 | 6 | NIX_SHELL_PRESERVE_PROMPT=1 |
