aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cwmrc2
-rwxr-xr-x.shenanigans.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/.cwmrc b/.cwmrc
index 63de732..c6eeca2 100644
--- a/.cwmrc
+++ b/.cwmrc
@@ -45,8 +45,6 @@ bind-key 4S-Up window-resize-up
45bind-key 4S-Down window-resize-down 45bind-key 4S-Down window-resize-down
46bind-key 4S-Left window-resize-left 46bind-key 4S-Left window-resize-left
47bind-key 4S-Right window-resize-right 47bind-key 4S-Right window-resize-right
48bind-key 4C-Left window-snap-left
49bind-key 4C-Right window-snap-right
50 48
51bind-mouse 4-1 window-move 49bind-mouse 4-1 window-move
52bind-mouse 4-3 window-resize 50bind-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'