Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-24 19:02:23 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-24 19:02:23 +0200
Commit f250f4f368f87573d860cf8bec17976309dd08b1 (patch)
-rw-r--r-- i3config 6
-rwxr-xr-x shenanigans.sh 5
2 files changed, 6 insertions, 5 deletions
diff --git a/i3config b/i3config
...
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
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
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
...