small pixel drawing of a pufferfish dotfiles

Garbo
j3s j3s@c3f.net
Sat, 28 Dec 2019 18:36:24 -0600
commit

2f131fbbf3066a71104260de1f3f9e78bc2df56a

parent

be6276aa72bcf641b05f84c0a8555ac847fba8c5

4 files changed, 3 insertions(+), 18 deletions(-)

jump to
M .config/mutt/muttrc.config/mutt/muttrc

@@ -1,8 +1,7 @@

source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' set sort='reverse-last-date-received' -set imap_user='j3s' -set my_user='j3s@c3f.net' -set spoolfile=imaps://$imap_user:$my_pass@mail.c3f.net/ +set my_user='j3s' +set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/ set folder="imaps://mail.c3f.net/" set record='=Sent' set postponed='=Drafts'
M .config/sway/config.config/sway/config

@@ -190,16 +190,11 @@ #

# Resizing containers: # mode "resize" { - # left will shrink the containers width - # right will grow the containers width - # up will shrink the containers height - # down will grow the containers height bindsym $left resize shrink width 10px bindsym $down resize grow height 10px bindsym $up resize shrink height 10px bindsym $right resize grow width 10px - # Ditto, with arrow keys bindsym Left resize shrink width 10px bindsym Down resize grow height 10px bindsym Up resize shrink height 10px

@@ -218,8 +213,6 @@ # Read `man 5 sway-bar` for more information about this section.

bar { position top - # When the status_command prints a new line to stdout, swaybar updates. - # The default just shows the current date and time. status_command while ~/.config/sway/status; do sleep 1; done colors {
D bin/nostromo/scr

@@ -1,7 +0,0 @@

-#!/bin/sh - -if [ "$1" = "" ]; then - grim -g "$(slurp)" "$HOME/pix/ss/$(date +%s).png" -elif [ "$1" = "stdout" ]; then - grim -g "$(slurp)" -t png - -fi
M bin/vpmbin/vpm

@@ -5,7 +5,7 @@ install)

xbps-install -S "$2" ;; remove) - xbps-remove -Rn "$2" + xbps-remove -R "$2" ;; clean) xbps-remove -Oo