my dotz
0

Configure Feed

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

Garbo

+3 -18
+2 -3
.config/mutt/muttrc
··· 1 1 source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' 2 2 set sort='reverse-last-date-received' 3 - set imap_user='j3s' 4 - set my_user='j3s@c3f.net' 5 - set spoolfile=imaps://$imap_user:$my_pass@mail.c3f.net/ 3 + set my_user='j3s' 4 + set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/ 6 5 set folder="imaps://mail.c3f.net/" 7 6 set record='=Sent' 8 7 set postponed='=Drafts'
-7
.config/sway/config
··· 190 190 # Resizing containers: 191 191 # 192 192 mode "resize" { 193 - # left will shrink the containers width 194 - # right will grow the containers width 195 - # up will shrink the containers height 196 - # down will grow the containers height 197 193 bindsym $left resize shrink width 10px 198 194 bindsym $down resize grow height 10px 199 195 bindsym $up resize shrink height 10px 200 196 bindsym $right resize grow width 10px 201 197 202 - # Ditto, with arrow keys 203 198 bindsym Left resize shrink width 10px 204 199 bindsym Down resize grow height 10px 205 200 bindsym Up resize shrink height 10px ··· 218 213 bar { 219 214 position top 220 215 221 - # When the status_command prints a new line to stdout, swaybar updates. 222 - # The default just shows the current date and time. 223 216 status_command while ~/.config/sway/status; do sleep 1; done 224 217 225 218 colors {
-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
+1 -1
bin/vpm
··· 5 5 xbps-install -S "$2" 6 6 ;; 7 7 remove) 8 - xbps-remove -Rn "$2" 8 + xbps-remove -R "$2" 9 9 ;; 10 10 clean) 11 11 xbps-remove -Oo