# HG changeset patch # User Steve Losh # Date 1566758974 14400 # Node ID cb6425cf31ba387ee209b4586f42cc7e58a07831 # Parent 930ee3b48e3c4a16489b657804ba54037ad26316# Parent f64186f7a65e8b0bf57cb8b289e0b6c63d911a32 Merge. diff -r f64186f7a65e -r cb6425cf31ba bin/aar --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/aar Sun Aug 25 14:49:34 2019 -0400 @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sudo apt autoremove diff -r f64186f7a65e -r cb6425cf31ba fish/functions/gc.fish --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fish/functions/gc.fish Sun Aug 25 14:49:34 2019 -0400 @@ -0,0 +1,3 @@ +function gc -d "gcontrol" --wraps "gcontrol" + gcontrol $argv +end diff -r f64186f7a65e -r cb6425cf31ba stumpwmrc --- a/stumpwmrc Wed Jul 24 12:14:28 2019 -0400 +++ b/stumpwmrc Sun Aug 25 14:49:34 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 ------------------------------------------------------------------- diff -r f64186f7a65e -r cb6425cf31ba weechat/plugins.conf