|
diff --git a/.cwmrc b/.cwmrc
|
| 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 |
|
| 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 |
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
|
| ... |
| 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' |
| ... |