From 3ee3bb092d222ddf17af99639ba5c18779d25ab2 Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 13 Mar 2026 15:32:41 +0000 Subject: [PATCH 1/2] adding git pull for subdirectories --- sh/pull_all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sh/pull_all diff --git a/sh/pull_all b/sh/pull_all new file mode 100755 index 0000000..6a244da --- /dev/null +++ b/sh/pull_all @@ -0,0 +1,10 @@ +#!/bin/bash + +for dir in */; do + if [ -d "$dir/.git" ]; then + echo "Pulling in $dir..." + git -C "$dir" pull + echo "" + fi +done + From fa5d034a83b125d0179371490e45e6d8b3fb4b95 Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 20 Mar 2026 21:17:34 +0000 Subject: [PATCH 2/2] Change dpi --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0abe39e..87821c7 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,7 +16,7 @@ $color_white = rgb(FFFFFF) ### MONITORS ### ################ -monitor=,preferred,auto,1 +monitor=,preferred,auto,1.33 ###################