aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3config2
-rwxr-xr-xshenanigans.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/i3config b/i3config
index c4b0fe2..0611cc9 100644
--- a/i3config
+++ b/i3config
@@ -208,9 +208,11 @@ bar {
208 status_command i3blocks 208 status_command i3blocks
209} 209}
210 210
211font pango:BerkeleyMono Bold 8
211focus_follows_mouse no 212focus_follows_mouse no
212hide_edge_borders both 213hide_edge_borders both
213exec --no-startup-id picom --backend glx --vsync -b 214exec --no-startup-id picom --backend glx --vsync -b
215exec_always --no-startup-id xsetroot -solid black
214bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png 216bindsym --release $mod+z exec scrot -s - | xclip -selection clipboard -target image/png
215bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink' 217bindsym --release $mod+p exec --no-startup-id bash -c 'source ~/.bashrc && togglesink'
216 218
diff --git a/shenanigans.sh b/shenanigans.sh
index 30f2815..f9b3f5e 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -1,5 +1,5 @@
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.
5NIX_SHELL_PRESERVE_PROMPT=1 5NIX_SHELL_PRESERVE_PROMPT=1