diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-01-09 10:30:14 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-01-09 10:30:14 +0530 |
commit | ccd2786efc5751772a29ce82e9cb8731eea7e856 (patch) | |
tree | 4b9cb40a48015b8501776289573f25f6f1078ad3 | |
parent | 4eea814d894619abd114da61b64f54cd257de2d9 (diff) | |
download | dotfiles-ccd2786efc5751772a29ce82e9cb8731eea7e856.tar.gz |
Things
-rw-r--r-- | home/.Xresources | 1 | ||||
-rw-r--r-- | home/.cwmrc | 4 | ||||
-rw-r--r-- | home/.mailrc | 2 | ||||
-rw-r--r-- | home/.tmux.conf | 5 |
4 files changed, 8 insertions, 4 deletions
diff --git a/home/.Xresources b/home/.Xresources index 94fb754..af47148 100644 --- a/home/.Xresources +++ b/home/.Xresources | |||
@@ -12,6 +12,7 @@ | |||
12 | *.font: SF Mono:style=Regular:size=12:antialias=true | 12 | *.font: SF Mono:style=Regular:size=12:antialias=true |
13 | *.italicFont: SF Mono:style=Italic:size=12:antialias=true | 13 | *.italicFont: SF Mono:style=Italic:size=12:antialias=true |
14 | *.boldFont: SF Mono:style=Bold:size=12:antialias=true | 14 | *.boldFont: SF Mono:style=Bold:size=12:antialias=true |
15 | *.borderpx: 30 | ||
15 | 16 | ||
16 | ! xnotify | 17 | ! xnotify |
17 | xnotify.gap: 5 | 18 | xnotify.gap: 5 |
diff --git a/home/.cwmrc b/home/.cwmrc index b3c7a86..cbea608 100644 --- a/home/.cwmrc +++ b/home/.cwmrc | |||
@@ -19,7 +19,7 @@ bind-key 4S-4 window-movetogroup-4 | |||
19 | bind-key 4S-5 window-movetogroup-5 | 19 | bind-key 4S-5 window-movetogroup-5 |
20 | 20 | ||
21 | # execs | 21 | # execs |
22 | bind-key 4-Return '/usr/X11R6/bin/xterm' | 22 | bind-key 4-Return '/usr/local/bin/st' |
23 | bind-key 4-p '/home/icy/bin/pwmenu.sh' | 23 | bind-key 4-p '/home/icy/bin/pwmenu.sh' |
24 | bind-key CS-backslash "/home/icy/bin/scr -s" | 24 | bind-key CS-backslash "/home/icy/bin/scr -s" |
25 | bind-key C-backslash "/home/icy/bin/scr -f" | 25 | bind-key C-backslash "/home/icy/bin/scr -f" |
@@ -51,7 +51,7 @@ bind-mouse 4-1 window-move | |||
51 | bind-mouse 4-2 window-lower | 51 | bind-mouse 4-2 window-lower |
52 | 52 | ||
53 | # other | 53 | # other |
54 | borderwidth 0 | 54 | borderwidth 1 |
55 | snapdist 10 | 55 | snapdist 10 |
56 | ignore icybar | 56 | ignore icybar |
57 | gap 0 0 0 0 | 57 | gap 0 0 0 0 |
diff --git a/home/.mailrc b/home/.mailrc index b5dac88..6c40ba6 100644 --- a/home/.mailrc +++ b/home/.mailrc | |||
@@ -8,7 +8,7 @@ set followup-to followup-to-honour=ask-yes | |||
8 | 8 | ||
9 | account "personal" { | 9 | account "personal" { |
10 | localopts yes | 10 | localopts yes |
11 | set from="Anirudh Oppiliappan <x@icyphox.sh>" | 11 | set from="Anirudh Oppiliappan <anirudh@oppiliappan.com>" |
12 | set folder=~/mail/personal | 12 | set folder=~/mail/personal |
13 | set record=+Sent | 13 | set record=+Sent |
14 | set inbox=+Inbox | 14 | set inbox=+Inbox |
diff --git a/home/.tmux.conf b/home/.tmux.conf index 05ec21b..5d4499f 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf | |||
@@ -30,7 +30,10 @@ bind-key v new-window -c "#{pane_current_path}" | |||
30 | bind-key s choose-session | 30 | bind-key s choose-session |
31 | bind-key ) swap-window -t +2 | 31 | bind-key ) swap-window -t +2 |
32 | bind-key ( swap-window -t -1 | 32 | bind-key ( swap-window -t -1 |
33 | bind-key [ copy-mode | 33 | bind-key -T copy-mode-vi v send-keys -X begin-selection |
34 | bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c " | ||
35 | bind-key -T copy-mode-vi r send-keys -X rectangle-toggle | ||
36 | bind P paste-buffer | ||
34 | 37 | ||
35 | # pop-up pane to open urls | 38 | # pop-up pane to open urls |
36 | bind-key u display-popup -E "firefox -new-tab $(xurls)" | 39 | bind-key u display-popup -E "firefox -new-tab $(xurls)" |