aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cwmrc10
-rwxr-xr-x.shenanigans.sh4
2 files changed, 6 insertions, 8 deletions
diff --git a/.cwmrc b/.cwmrc
index 0f58418..d549878 100644
--- a/.cwmrc
+++ b/.cwmrc
@@ -1,6 +1,5 @@
1fontname "Berkeley Mono:size=8:bold" 1fontname "Berkeley Mono:size=8:bold"
2borderwidth 2 2borderwidth 2
3color ungroupborder yellow
4sticky yes 3sticky yes
5moveamount 100 4moveamount 100
6unbind-key all 5unbind-key all
@@ -8,7 +7,6 @@ unbind-mouse all
8 7
9bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' 8bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60'
10bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" 9bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'"
11bind-key 4-e "thunar"
12bind-key 4-b "chromium --new-window" 10bind-key 4-b "chromium --new-window"
13bind-key 4-p "rofi -show drun" 11bind-key 4-p "rofi -show drun"
14bind-key 4-z "xmagnify -s 1000 -z 3" 12bind-key 4-z "xmagnify -s 1000 -z 3"
@@ -42,10 +40,10 @@ bind-key 4-Up window-move-up
42bind-key 4-Down window-move-down 40bind-key 4-Down window-move-down
43bind-key 4-Left window-move-left 41bind-key 4-Left window-move-left
44bind-key 4-Right window-move-right 42bind-key 4-Right window-move-right
45bind-key MC-Up window-resize-up-big 43bind-key 4S-Up window-resize-up-big
46bind-key MC-Down window-resize-down-big 44bind-key 4S-Down window-resize-down-big
47bind-key MC-Left window-resize-left-big 45bind-key 4S-Left window-resize-left-big
48bind-key MC-Right window-resize-right-big 46bind-key 4S-Right window-resize-right-big
49 47
50bind-mouse 4-1 window-move 48bind-mouse 4-1 window-move
51bind-mouse 4-3 window-resize 49bind-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'