diff options
| 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) | |
| tree | 2e0fe1f88becb6245632b69ef2a865a631bde641 | |
| parent | c7bf7a17a4d523b040b72adce33acdbe95840127 (diff) | |
| download | dotfiles-6f0800badf9e3cde6d8fb69c1a489b94ae5f4c09.tar.gz | |
Update
| -rw-r--r-- | i3config | 2 | ||||
| -rwxr-xr-x | shenanigans.sh | 2 |
2 files changed, 3 insertions, 1 deletions
| @@ -208,9 +208,11 @@ bar { | |||
| 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 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. |
| 5 | NIX_SHELL_PRESERVE_PROMPT=1 | 5 | NIX_SHELL_PRESERVE_PROMPT=1 |
