my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of git.cyberia.club:j3s/dotfiles

+125 -33
+10
.config/aerc/accounts.conf
··· 1 + [c3f] 2 + source = imaps://j3s@mail.c3f.net:993 3 + source-cred-cmd = pass c3f 4 + outgoing = smtp+plain://j3s@mail.c3f.net:587 5 + outgoing-cred-cmd = pass c3f 6 + default = INBOX 7 + smtp-starttls = yes 8 + from = jes <j3s@c3f.net> 9 + copy-to = Sent 10 +
.config/fish/hannah.fish

This is a binary file and will not be displayed.

-1
.config/git/config
··· 32 32 [sendemail] 33 33 smtpserver = mail.c3f.net 34 34 smtpuser = j3s 35 - smtppass = !"pass c3f" 36 35 smtpencryption = tls 37 36 smtpserverport = 587 38 37 annotate = yes
+51
.config/mutt/muttrc
··· 1 + source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' 2 + set sort='reverse-last-date-received' 3 + set my_user='j3s' 4 + set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/ 5 + set folder="imaps://mail.c3f.net/" 6 + set record='=Sent' 7 + set postponed='=Drafts' 8 + set imap_check_subscribed 9 + set timeout=5 10 + set imap_keepalive=300 11 + set mail_check=5 12 + set realname='Jesse Olson' 13 + set from='j3s@c3f.net' 14 + set use_from=yes 15 + 16 + set smtp_url=smtp://$my_user:$my_pass@mail.c3f.net:587 17 + set ssl_starttls=yes 18 + set ssl_force_tls=yes 19 + set edit_headers=yes 20 + set markers=no 21 + 22 + set index_format="%2C %Z %D %-17.17n (%3l) %s" 23 + set pager_format="%S [%C/%m] %l %n: %s" 24 + set date_format="%Y-%m-%d %l:%M %p" 25 + macro index a '<save-message>=Archive<enter>y' 26 + macro index A '<pipe-message>git am<enter>j' 27 + push '<change-folder> =<enter>' 28 + 29 + color index blue default ~P 30 + # Patch syntax highlighting 31 + color body brightwhite default ^[[:space:]].* 32 + color body yellow default ^(diff).* 33 + color body brightwhite default ^(\s).* 34 + color body cyan default ^(Signed-off-by).* 35 + color body cyan default ^(Docker-DCO-1.1-Signed-off-by).* 36 + color body brightwhite default ^(Cc) 37 + color body yellow default "^diff \-.*" 38 + color body brightwhite default "^index [a-f0-9].*" 39 + color body brightblue default "^---$" 40 + color body white default "^\-\-\- .*" 41 + color body white default "^[\+]{3} .*" 42 + color body green default "^[\+][^\+]+.*" 43 + color body red default "^\-[^\-]+.*" 44 + color body brightblue default "^@@ .*" 45 + color body green default "LGTM" 46 + color body brightmagenta default "-- Commit Summary --" 47 + color body brightmagenta default "-- File Changes --" 48 + color body brightmagenta default "-- Patch Links --" 49 + color body green default "^Merged #.*" 50 + color body red default "^Closed #.*" 51 + color body brightblue default "^Reply to this email.*"
+14 -20
.config/sway/config
··· 24 24 # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) 25 25 output * bg /home/j3s/pix/lainbakka.jpg fill 26 26 # 27 - # Example configuration: 28 - # 29 - # output DP-1 resolution 3840x2160 position 1920,0 30 - # 27 + 28 + # clamshell mode 29 + set $laptop eDP-1 30 + bindswitch --reload lid:on output $laptop disable ; exec sudo ip link set down wlp2s0 31 + bindswitch --reload lid:off output $laptop enable ; exec sudo ip link set up wlp2s0 32 + 31 33 # You can get the names of your outputs by running: swaymsg -t get_outputs 32 34 33 35 ### Idle configuration 34 - # 35 - # Example configuration: 36 - # 37 36 exec swayidle -w \ 38 37 timeout 700 'swaylock -f -c 000000' \ 39 38 timeout 900 'swaymsg "output * dpms off"' \ 40 39 resume 'swaymsg "output * dpms on"' \ 41 40 before-sleep 'swaylock -f -c 000000' 42 - # 43 - # This will lock your screen after 300 seconds of inactivity, then turn off 44 - # your displays after another 300 seconds, and turn your screens back on when 41 + # This will lock your screen after 700 seconds of inactivity, then turn off 42 + # your displays after another 900 seconds, and turn your screens back on when 45 43 # resumed. It will also lock your screen before your computer goes to sleep. 46 44 47 45 ### Input configuration ··· 67 65 68 66 input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" { 69 67 tap enabled 68 + tap_button_map lrm 69 + dwt disabled 70 + click_method clickfinger 70 71 } 71 72 # 72 73 # You can get the names of your inputs by running: swaymsg -t get_inputs ··· 192 193 # Resizing containers: 193 194 # 194 195 mode "resize" { 195 - # left will shrink the containers width 196 - # right will grow the containers width 197 - # up will shrink the containers height 198 - # down will grow the containers height 199 196 bindsym $left resize shrink width 10px 200 197 bindsym $down resize grow height 10px 201 198 bindsym $up resize shrink height 10px 202 199 bindsym $right resize grow width 10px 203 200 204 - # Ditto, with arrow keys 205 201 bindsym Left resize shrink width 10px 206 202 bindsym Down resize grow height 10px 207 203 bindsym Up resize shrink height 10px ··· 220 216 bar { 221 217 position top 222 218 223 - # When the status_command prints a new line to stdout, swaybar updates. 224 - # The default just shows the current date and time. 225 - status_command while date +'%Y-%m-%d %l:%M %p'; do sleep 1; done 219 + status_command while ~/.config/sway/status; do sleep 1; done 226 220 227 221 colors { 228 222 statusline #ffffff 229 - background #323232 230 - inactive_workspace #32323200 #32323200 #5c5c5c 223 + background #333333 224 + inactive_workspace #333333 #333333 #ffffff 231 225 } 232 226 } 233 227
+11
.config/sway/status
··· 1 + #!/bin/sh 2 + 3 + date_formatted=$(date "+%a %F %H:%M") 4 + 5 + linux_version=$(uname -r | cut -d '-' -f1) 6 + 7 + battery_status=$(cat /sys/class/power_supply/BAT0/status) 8 + 9 + battery_perc=$(cat /sys/class/power_supply/BAT0/capacity) 10 + 11 + echo "$linux_version | $battery_perc% $battery_status | $date_formatted "
.password-store/bob.gpg

This is a binary file and will not be displayed.

.password-store/gmail.gpg

This is a binary file and will not be displayed.

+5
.ssh/config
··· 7 7 8 8 Host git.cyberia.club 9 9 Port 3215 10 + 11 + Host baikal 12 + Hostname 97.127.122.154 13 + User cyberian 14 + Port 4999
+1 -5
.vimrc
··· 27 27 " use rename-and-write-new method whenever safe 28 28 set backupcopy=auto 29 29 " patch required to honor double slash at end 30 - if has("patch-8.1.0251") 31 - " consolidate the writebackups -- not a big 32 - " deal either way, since they usually get deleted 33 - set backupdir^=~/.vim/backup// 34 - end 30 + set backupdir^=~/.vim/backup// 35 31 36 32 " persist the undo tree for each file 37 33 set undofile
-7
bin/nostromo/scr
··· 1 - #!/bin/sh 2 - 3 - if [ "$1" = "" ]; then 4 - grim -g "$(slurp)" "$HOME/pix/ss/$(date +%s).png" 5 - elif [ "$1" = "stdout" ]; then 6 - grim -g "$(slurp)" -t png - 7 - fi
+21
bin/vpm
··· 1 + #!/bin/sh 2 + 3 + case $1 in 4 + install) 5 + xbps-install -S "$2" 6 + ;; 7 + remove) 8 + xbps-remove -R "$2" 9 + ;; 10 + clean) 11 + xbps-remove -Oo 12 + ;; 13 + update) 14 + xbps-install -Suv 15 + ;; 16 + search) 17 + xbps-query -v -Rs "$2" 18 + ;; 19 + *) 20 + echo 'command not found' 21 + esac
+12
bin/xdg-open
··· 1 + #!/bin/sh 2 + case "${1%%:*}" in 3 + http|https|*.pdf) 4 + exec qutebrowser "$1" 5 + ;; 6 + mailto) 7 + exec aerc "$1" 8 + ;; 9 + *) 10 + exec /usr/bin/xdg-open "$@" 11 + ;; 12 + esac