diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-01 09:32:38 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-01 09:32:38 +0200 |
| commit | e20f2e3f812fd5b0a7852ee58a4b52217e26edd6 (patch) | |
| tree | edff9547664ccc4f7172623d17a5b69f497e24af | |
| parent | bf046f0bac52c5c801423f0cedb755a482637e73 (diff) | |
| download | dotfiles-e20f2e3f812fd5b0a7852ee58a4b52217e26edd6.tar.gz | |
Update
| -rw-r--r-- | .cwmrc | 2 | ||||
| -rwxr-xr-x | .shenanigans.sh | 2 |
2 files changed, 0 insertions, 4 deletions
| @@ -45,8 +45,6 @@ bind-key 4S-Up window-resize-up | |||
| 45 | bind-key 4S-Down window-resize-down | 45 | bind-key 4S-Down window-resize-down |
| 46 | bind-key 4S-Left window-resize-left | 46 | bind-key 4S-Left window-resize-left |
| 47 | bind-key 4S-Right window-resize-right | 47 | bind-key 4S-Right window-resize-right |
| 48 | bind-key 4C-Left window-snap-left | ||
| 49 | bind-key 4C-Right window-snap-right | ||
| 50 | 48 | ||
| 51 | bind-mouse 4-1 window-move | 49 | bind-mouse 4-1 window-move |
| 52 | bind-mouse 4-3 window-resize | 50 | bind-mouse 4-3 window-resize |
diff --git a/.shenanigans.sh b/.shenanigans.sh index 10fa8bf..1c7406a 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -31,11 +31,9 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 31 | alias ..='cd ..' | 31 | alias ..='cd ..' |
| 32 | alias less='less -R' | 32 | alias less='less -R' |
| 33 | alias tmux='tmux -u' | 33 | alias tmux='tmux -u' |
| 34 | alias ack='ack -S' | ||
| 35 | alias gg='lazygit' | 34 | alias gg='lazygit' |
| 36 | alias server='python3 -m http.server 6969' | 35 | alias server='python3 -m http.server 6969' |
| 37 | alias newsboat='newsboat -r -u ~/.feeds.txt' | 36 | alias newsboat='newsboat -r -u ~/.feeds.txt' |
| 38 | alias wow='sh ~/Games/turtlewow/wow.sh &' | ||
| 39 | 37 | ||
| 40 | # Custom folder jump commands. | 38 | # Custom folder jump commands. |
| 41 | alias j='cd ~/Junk' | 39 | alias j='cd ~/Junk' |
