# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1566758942 14400
# Node ID 930ee3b48e3c4a16489b657804ba54037ad26316
# Parent  e27888136324cc4658b1ac095e4579edd443cb57
More

diff -r e27888136324 -r 930ee3b48e3c bin/aar
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/aar	Sun Aug 25 14:49:02 2019 -0400
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+sudo apt autoremove
diff -r e27888136324 -r 930ee3b48e3c fish/functions/gc.fish
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fish/functions/gc.fish	Sun Aug 25 14:49:02 2019 -0400
@@ -0,0 +1,3 @@
+function gc -d "gcontrol" --wraps "gcontrol"
+    gcontrol $argv
+end
diff -r e27888136324 -r 930ee3b48e3c stumpwmrc
--- a/stumpwmrc	Wed Jul 03 12:30:16 2019 -0400
+++ b/stumpwmrc	Sun Aug 25 14:49:02 2019 -0400
@@ -389,7 +389,7 @@
   (run-or-raise "firefox" '(:class "Firefox")))
 
 (defcommand terminal () ()
-  (run-shell-command "st -f 'Ubuntu Mono:size=10'"))
+  (run-shell-command "st -f 'Ubuntu Mono:size=11'"))
 
 
 ;;;; Timers -------------------------------------------------------------------