commit 02ff826d219ab15a00cebdf407ef2edf5151c8cf
parent fecedf251c394f5ace468ab246ee0b403f40ae6c
Author: Mark Feller <mfeller@recurly.com>
Date: Thu, 19 Dec 2019 15:52:04 -0700
move patchfile
Signed-off-by: Mark Feller <mfeller@recurly.com>
Diffstat:
2 files changed, 14 insertions(+), 65 deletions(-)
diff --git a/patches/0001-macos-patch.patch b/patches/0001-macos-patch.patch
@@ -1,65 +0,0 @@
-From 5c53c7bde26294d2cf5a22237004b01e2221abfa Mon Sep 17 00:00:00 2001
-From: Mark Feller <mfeller@recurly.com>
-Date: Thu, 19 Dec 2019 15:44:54 -0700
-Subject: [PATCH] macos patch
-
-Signed-off-by: Mark Feller <mfeller@recurly.com>
----
- dots/.config/alacritty/alacritty.yml | 9 +++++----
- dots/.config/mpd/mpd.conf | 4 ++--
- 2 files changed, 7 insertions(+), 6 deletions(-)
-
-diff --git a/dots/.config/alacritty/alacritty.yml b/dots/.config/alacritty/alacritty.yml
-index 82fd8a7..b55f91e 100644
---- a/dots/.config/alacritty/alacritty.yml
-+++ b/dots/.config/alacritty/alacritty.yml
-@@ -24,12 +24,13 @@ window:
- # Units are physical pixels; this is not DPI aware.
- # (change requires restart)
- padding:
-- x: 20
-- y: 20
-+ x: 30
-+ y: 30
-
- # Window decorations
- # Setting this to false will result in window without borders and title bar.
- #decorations: transparent
-+ decorations: none
-
- # Display tabs using this many cells (changes require restart)
- tabspaces: 8
-@@ -58,7 +59,7 @@ font:
- # style: Italic
-
- # Point size of the font
-- size: 10.0
-+ size: 13.0
-
- # Offset is the extra space around each character. offset.y can be thought of
- # as modifying the linespacing, and offset.x as modifying the letter spacing.
-@@ -219,7 +220,7 @@ live_config_reload: true
- # Entries in shell.args are passed unmodified as arguments to the shell.
- #
- shell:
-- program: /bin/zsh
-+ program: /usr/local/bin/zsh
- # args:
- # - --login
-
-diff --git a/dots/.config/mpd/mpd.conf b/dots/.config/mpd/mpd.conf
-index e4eb7c1..d84452f 100644
---- a/dots/.config/mpd/mpd.conf
-+++ b/dots/.config/mpd/mpd.conf
-@@ -11,6 +11,6 @@ state_file "~/.config/mpd/state"
- sticker_file "~/.config/mpd/sticker.sql"
-
- audio_output {
-- type "pulse"
-- name "mpd pulse audio"
-+ type "osx"
-+ name "default audio"
- }
---
-2.21.0 (Apple Git-122.2)
-
diff --git a/patches/macos.patch b/patches/macos.patch
@@ -1,3 +1,14 @@
+From 5c53c7bde26294d2cf5a22237004b01e2221abfa Mon Sep 17 00:00:00 2001
+From: Mark Feller <mfeller@recurly.com>
+Date: Thu, 19 Dec 2019 15:44:54 -0700
+Subject: [PATCH] macos patch
+
+Signed-off-by: Mark Feller <mfeller@recurly.com>
+---
+ dots/.config/alacritty/alacritty.yml | 9 +++++----
+ dots/.config/mpd/mpd.conf | 4 ++--
+ 2 files changed, 7 insertions(+), 6 deletions(-)
+
diff --git a/dots/.config/alacritty/alacritty.yml b/dots/.config/alacritty/alacritty.yml
index 82fd8a7..b55f91e 100644
--- a/dots/.config/alacritty/alacritty.yml
@@ -49,3 +60,6 @@ index e4eb7c1..d84452f 100644
+ type "osx"
+ name "default audio"
}
+--
+2.21.0 (Apple Git-122.2)
+