From 5ee0b34e1fdb37ae7fa7b91919db715cc989d66c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 19 Jul 2025 18:38:05 +0200 Subject: Update --- .cwmrc | 10 ++++------ .shenanigans.sh | 4 ++-- 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 @@ fontname "Berkeley Mono:size=8:bold" borderwidth 2 -color ungroupborder yellow sticky yes moveamount 100 unbind-key all @@ -8,7 +7,6 @@ unbind-mouse all bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x60' bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" -bind-key 4-e "thunar" bind-key 4-b "chromium --new-window" bind-key 4-p "rofi -show drun" bind-key 4-z "xmagnify -s 1000 -z 3" @@ -42,10 +40,10 @@ bind-key 4-Up window-move-up bind-key 4-Down window-move-down bind-key 4-Left window-move-left bind-key 4-Right window-move-right -bind-key MC-Up window-resize-up-big -bind-key MC-Down window-resize-down-big -bind-key MC-Left window-resize-left-big -bind-key MC-Right window-resize-right-big +bind-key 4S-Up window-resize-up-big +bind-key 4S-Down window-resize-down-big +bind-key 4S-Left window-resize-left-big +bind-key 4S-Right window-resize-right-big bind-mouse 4-1 window-move 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 alias ..='cd ..' alias less='less -R' alias tmux='tmux -u' + alias ack='ack -S' + alias gg='lazygit' alias server='python3 -m http.server 6969' alias newsboat='newsboat -r -u ~/.feeds.txt' alias wow='sh ~/Games/turtlewow/wow.sh &' - alias ack='ack -S' - alias gg='lazygit' # Custom folder jump commands. alias j='cd ~/Junk' -- cgit v1.2.3