cb6425cf31ba
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 25 Aug 2019 14:49:34 -0400 |
parents | 930ee3b48e3c (diff) f64186f7a65e (current diff) |
children | 9d8af88da734 |
branches/tags | (none) |
files | weechat/plugins.conf |
Changes
--- /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
--- /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
--- 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 -------------------------------------------------------------------