Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-22 06:51:05 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-22 06:51:05 +0200
Commit 6f0800badf9e3cde6d8fb69c1a489b94ae5f4c09 (patch)
-rw-r--r-- i3config 2
-rwxr-xr-x shenanigans.sh 2
2 files changed, 3 insertions, 1 deletions
diff --git a/i3config b/i3config
...
208
  status_command i3blocks
208
  status_command i3blocks
209
}
209
}
210
  
210
  
  
211
font pango:BerkeleyMono Bold 8
211
focus_follows_mouse no
212
focus_follows_mouse no
212
hide_edge_borders both
213
hide_edge_borders both
213
exec --no-startup-id picom --backend glx --vsync -b
214
exec --no-startup-id picom --backend glx --vsync -b
  
215
exec_always --no-startup-id xsetroot -solid black
214
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
215
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'
216
  
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
2
# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop tmux vim ctags picom scrot xsetroot
3
  
3
  
4
# Magical environment variables.
4
# Magical environment variables.
5
NIX_SHELL_PRESERVE_PROMPT=1
5
NIX_SHELL_PRESERVE_PROMPT=1
...