diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 18:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 18:38:05 +0200 |
| commit | 5ee0b34e1fdb37ae7fa7b91919db715cc989d66c (patch) | |
| tree | 0b9f966f03c4caabda63fa639c0deba9d0996d11 | |
| parent | 3199b72574db255f8ec904cb6792c22b24925cd0 (diff) | |
| download | dotfiles-5ee0b34e1fdb37ae7fa7b91919db715cc989d66c.tar.gz | |
Update
| -rw-r--r-- | .cwmrc | 10 | ||||
| -rwxr-xr-x | .shenanigans.sh | 4 |
2 files changed, 6 insertions, 8 deletions
| @@ -1,6 +1,5 @@ | |||
| 1 | fontname "Berkeley Mono:size=8:bold" | 1 | fontname "Berkeley Mono:size=8:bold" |
| 2 | borderwidth 2 | 2 | borderwidth 2 |
| 3 | color ungroupborder yellow | ||
| 4 | sticky yes | 3 | sticky yes |
| 5 | moveamount 100 | 4 | moveamount 100 |
| 6 | unbind-key all | 5 | unbind-key all |
| @@ -8,7 +7,6 @@ unbind-mouse all | |||
| 8 | 7 | ||
| 9 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' | 8 | bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' |
| 10 | 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'" |
| 11 | bind-key 4-e "thunar" | ||
| 12 | bind-key 4-b "chromium --new-window" | 10 | bind-key 4-b "chromium --new-window" |
| 13 | bind-key 4-p "rofi -show drun" | 11 | bind-key 4-p "rofi -show drun" |
| 14 | bind-key 4-z "xmagnify -s 1000 -z 3" | 12 | bind-key 4-z "xmagnify -s 1000 -z 3" |
| @@ -42,10 +40,10 @@ bind-key 4-Up window-move-up | |||
| 42 | bind-key 4-Down window-move-down | 40 | bind-key 4-Down window-move-down |
| 43 | bind-key 4-Left window-move-left | 41 | bind-key 4-Left window-move-left |
| 44 | bind-key 4-Right window-move-right | 42 | bind-key 4-Right window-move-right |
| 45 | bind-key MC-Up window-resize-up-big | 43 | bind-key 4S-Up window-resize-up-big |
| 46 | bind-key MC-Down window-resize-down-big | 44 | bind-key 4S-Down window-resize-down-big |
| 47 | bind-key MC-Left window-resize-left-big | 45 | bind-key 4S-Left window-resize-left-big |
| 48 | bind-key MC-Right window-resize-right-big | 46 | bind-key 4S-Right window-resize-right-big |
| 49 | 47 | ||
| 50 | bind-mouse 4-1 window-move | 48 | bind-mouse 4-1 window-move |
| 51 | bind-mouse 4-3 window-resize | 49 | bind-mouse 4-3 window-resize |
diff --git a/.shenanigans.sh b/.shenanigans.sh index 0d839b5..60b3a4d 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -28,11 +28,11 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 28 | alias ..='cd ..' | 28 | alias ..='cd ..' |
| 29 | alias less='less -R' | 29 | alias less='less -R' |
| 30 | alias tmux='tmux -u' | 30 | alias tmux='tmux -u' |
| 31 | alias ack='ack -S' | ||
| 32 | alias gg='lazygit' | ||
| 31 | alias server='python3 -m http.server 6969' | 33 | alias server='python3 -m http.server 6969' |
| 32 | alias newsboat='newsboat -r -u ~/.feeds.txt' | 34 | alias newsboat='newsboat -r -u ~/.feeds.txt' |
| 33 | alias wow='sh ~/Games/turtlewow/wow.sh &' | 35 | alias wow='sh ~/Games/turtlewow/wow.sh &' |
| 34 | alias ack='ack -S' | ||
| 35 | alias gg='lazygit' | ||
| 36 | 36 | ||
| 37 | # Custom folder jump commands. | 37 | # Custom folder jump commands. |
| 38 | alias j='cd ~/Junk' | 38 | alias j='cd ~/Junk' |
