--- /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
--- /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
--- 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 -------------------------------------------------------------------