Update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 18:47:39 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-18 18:47:39 +0200 |
| Commit | c59d0fd767d0ed5f6a7e2d6a56b56537a4eca9eb (patch) |
|
-rw-r--r-- |
.cwmrc | 2 | |
-rwxr-xr-x |
.shenanigans.sh | 2 |
2 files changed, 3 insertions, 1 deletions
| diff --git a/.cwmrc b/.cwmrc | |||
| ... | |||
| 2 | autogroup 1 |
2 | autogroup 1 |
| 3 | borderwidth 2 |
3 | borderwidth 2 |
| 4 | color ungroupborder yellow |
4 | color ungroupborder yellow |
| 5 | ignore conky |
||
| 5 | 6 | ||
| 6 | unbind-key all |
7 | unbind-key all |
| 7 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' |
8 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' |
| 8 | bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
9 | bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" |
| 9 | bind-key 4-e "thunar" |
10 | bind-key 4-e "thunar" |
| 10 | bind-key 4-b "chromium --new-window" |
11 | bind-key 4-b "chromium --new-window" |
| 12 | bind-key 4-p "rofi -show drun" |
||
| 11 | bind-key 4S-q quit |
13 | bind-key 4S-q quit |
| 12 | bind-key 4S-r restart |
14 | bind-key 4S-r restart |
| 13 | bind-key 4-q window-close |
15 | bind-key 4-q window-close |
| ... | |||
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin |
3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin |
| 4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip jq |
4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip jq |
| 5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx cwm |
5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx cwm |
| 6 | # lm_sensors conky maim xlockmore |
6 | # lm_sensors conky maim xlockmore rofi |
| 7 | # Additonal stuff: |
7 | # Additonal stuff: |
| 8 | # pipx install pyright |
8 | # pipx install pyright |
| 9 | # go install golang.org/x/tools/gopls@latest |
9 | # go install golang.org/x/tools/gopls@latest |
| ... | |||