Things
Anirudh Oppiliappan x@icyphox.sh
Sun, 09 Jan 2022 10:30:14 +0530
4 files changed,
8 insertions(+),
4 deletions(-)
M
home/.Xresources
→
home/.Xresources
@@ -12,6 +12,7 @@
*.font: SF Mono:style=Regular:size=12:antialias=true *.italicFont: SF Mono:style=Italic:size=12:antialias=true *.boldFont: SF Mono:style=Bold:size=12:antialias=true +*.borderpx: 30 ! xnotify xnotify.gap: 5
M
home/.cwmrc
→
home/.cwmrc
@@ -19,7 +19,7 @@ bind-key 4S-4 window-movetogroup-4
bind-key 4S-5 window-movetogroup-5 # execs -bind-key 4-Return '/usr/X11R6/bin/xterm' +bind-key 4-Return '/usr/local/bin/st' bind-key 4-p '/home/icy/bin/pwmenu.sh' bind-key CS-backslash "/home/icy/bin/scr -s" bind-key C-backslash "/home/icy/bin/scr -f"@@ -51,7 +51,7 @@ bind-mouse 4-1 window-move
bind-mouse 4-2 window-lower # other -borderwidth 0 +borderwidth 1 snapdist 10 ignore icybar gap 0 0 0 0
M
home/.mailrc
→
home/.mailrc
@@ -8,7 +8,7 @@ set followup-to followup-to-honour=ask-yes
account "personal" { localopts yes - set from="Anirudh Oppiliappan <x@icyphox.sh>" + set from="Anirudh Oppiliappan <anirudh@oppiliappan.com>" set folder=~/mail/personal set record=+Sent set inbox=+Inbox
M
home/.tmux.conf
→
home/.tmux.conf
@@ -30,7 +30,10 @@ bind-key v new-window -c "#{pane_current_path}"
bind-key s choose-session bind-key ) swap-window -t +2 bind-key ( swap-window -t -1 -bind-key [ copy-mode +bind-key -T copy-mode-vi v send-keys -X begin-selection +bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c " +bind-key -T copy-mode-vi r send-keys -X rectangle-toggle +bind P paste-buffer # pop-up pane to open urls bind-key u display-popup -E "firefox -new-tab $(xurls)"