930ee3b48e3c
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 25 Aug 2019 14:49:02 -0400 |
parents | e27888136324 |
children | cb6425cf31ba |
branches/tags | (none) |
files | bin/aar fish/functions/gc.fish stumpwmrc |
Changes
--- /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 -------------------------------------------------------------------