minor fixes and improvements
authorIan Kelling <ian@iankelling.org>
Wed, 8 Nov 2023 22:01:22 +0000 (17:01 -0500)
committerIan Kelling <ian@iankelling.org>
Wed, 8 Nov 2023 22:01:22 +0000 (17:01 -0500)
brc
brc2
i3-sway/common.conf
laptop-xrandr
mail-setup
subdir_files/.gnupg/gpg.conf
switch-mail-host

diff --git a/brc b/brc
index 74cbb3ff61006dee5d426a56b550a3570a5e6834..048fa5131688e744e27f66aa2c463a746fefa548 100644 (file)
--- a/brc
+++ b/brc
@@ -692,33 +692,6 @@ khcopy() {
   ssh-copy-id $1
 }
 
-# ya, hacky hardcoded hostnames in 2023. we could do better
-hssh-update() {
-  local -a failed_hosts hosts
-  case $HOSTNAME in
-    sy|kd)
-      hosts=(
-        kd x3.office.fsf.org syw
-      )
-      ;;
-    x3)
-      hosts=(
-        b8.nz sywg.b8.nz
-      )
-      ;;
-  esac
-  for host in ${hosts[@]}; do
-    e $host
-    if ! scp /b/fai/fai/config/files/usr/local/bin/hssh/IANK root@$host:/usr/local/bin/hssh; then
-      failed_hosts+=($host)
-    fi
-  done
-  if (( ${#failed_hosts[@]} >= 1 )); then
-    echo failed_hosts=${failed_hosts[*]}
-    return 1
-  fi
-}
-
 a() {
   local x
   x=$(readlink -nf "${1:-$PWD}")
diff --git a/brc2 b/brc2
index cc6595072069882e8d640d42b396b4f105adc379..15f953909b6e2f790c28761d9053400c6a82260a 100644 (file)
--- a/brc2
+++ b/brc2
@@ -3736,7 +3736,7 @@ rgm() {
 # re all my files more expansively
 rem() {
   local paths
-  paths="/p/c /b"
+  paths="/p/c /b/"
   find $paths -not \( -name .svn -prune -o -name .git -prune \
        -o -name .hg -prune -o -name .editor-backups -prune \
        -o -name .undo-tree-history -prune \) 2>/dev/null | grep -iP --color=auto -- "$*" ||:
@@ -3980,6 +3980,34 @@ path-add --end --ifexists $HOME/.rvm/bin
 # so its included in overall env
 
 
+# ya, hacky hardcoded hostnames in 2023. we could do better
+hssh-update() {
+  local -a failed_hosts hosts
+  case $HOSTNAME in
+    sy|kd)
+      hosts=(
+        kd x3.office.fsf.org syw
+      )
+      ;;
+    x3)
+      hosts=(
+        b8.nz sywg.b8.nz
+      )
+      ;;
+  esac
+  for host in ${hosts[@]}; do
+    e $host
+    if ! scp /b/fai/fai/config/files/usr/local/bin/hssh/IANK root@$host:/usr/local/bin/hssh; then
+      failed_hosts+=($host)
+    fi
+  done
+  if (( ${#failed_hosts[@]} >= 1 )); then
+    echo failed_hosts=${failed_hosts[*]}
+    return 1
+  fi
+}
+
+
 export BASEFILE_DIR=/a/bin/fai-basefiles
 
 #export ANDROID_HOME=/a/opt/android-home
index ba9cdbdf090d9369b0b6ee88d8490ed1cb0aaaa1..a658f3b218695581f1f89f36985f191d5eb41fdd 100644 (file)
@@ -99,8 +99,8 @@ bindsym $mod+8 workspace 9
 bindsym $mod+Shift+9 move container to workspace 10
 bindsym $mod+9 workspace 10
 
-
-bindsym $mod+Shift+m border toggle
+b
+indsym $mod+Shift+m border toggle
 
 # 65 = space.
 # toggle tiling / floating
index 2b8425c7de6271ca9ca1c4c8614bf2d805df3117..ce5ab3672002f3e438c50c18b284fa864f20a42a 100755 (executable)
@@ -1,13 +1,17 @@
 #!/bin/bash
 set -e; . /usr/local/lib/err; set +e
 
-if xrandr | grep -q '^HDMI2 disconnected' &>/dev/null; then
+
+output=HDMI2
+output=DP1
+
+if xrandr | grep -q "^$output disconnected" &>/dev/null; then
   xrandr --auto
 else
-  xrandr --output HDMI2 --right-of eDP1 --mode 3840x2160
+  xrandr --output $output --right-of eDP1 --mode 3840x2160
 
   for i in 1 2 4 5 6 7 8 9 10; do
     # if the workspace is already there, this will fail
-    i3-msg '[workspace="'$i'"]' move workspace to output HDMI2 ||:
+    i3-msg '[workspace="'$i'"]' move workspace to output $output ||:
   done
 fi
index 3c1ad8160784494b96b3ab4f8582370864e584dd..e55aa47b4a4ba8cbd920887b04a3b92c7942fb1e 100755 (executable)
@@ -2809,8 +2809,10 @@ pi liblist-allutils-perl lynx
 # workarounds for broken debbugsconfig which is
 # itself deprecated. this is temporary before I
 # figure out how to install from git
-gunzip /usr/share/doc/debbugs/examples/text.gz
-mkdir -p /etc/debbugs/sources
+if [[ -e /usr/share/doc/debbugs/examples/text.gz ]]; then
+  gunzip /usr/share/doc/debbugs/examples/text.gz
+fi
+mkdir -p /etc/debbugs/indices
 debbugsconfig
 
 
index d8ec5fc941051324130493435b5975717b57e134..035415df83672cfebdb6c4f55b9064771f4295ae 100644 (file)
@@ -43,12 +43,12 @@ default-key B125F60B7B287FF6A2B7DF8F170AF0E2954295DF
 #keyserver hkp://pgp.mit.edu
 #keyserver hkp://keyserver.pgp.com
 #keyserver hkp://ipv4.pool.sks-keyservers.net
-keyserver hkp://keys.gnupg.net
+#keyserver hkp://keys.gnupg.net
 #keyserver hkp://keyserver.ubuntu.com
 #keyserver hkp://keyring.debian.org
 #keyserver keyserver.ubuntu.com
 # more secure hkps, but had problems with my gpg version
-#keyserver hkps://hkps.pool.sks-keyservers.net
+keyserver hkps://hkps.pool.sks-keyservers.net
 
 ### begin things added by enigmail
 cert-digest-algo SHA256
index 3a362c3b5ace6bc2409d8226c75e684b459c5a1c..22e6933509baa36b403f3118c91a9eeb65f1a72c 100644 (file)
@@ -167,7 +167,7 @@ case $direction in
         e "found different version on old_host=$old_hostname, reexecing"
         m install -T $tmpf /usr/local/bin/switch-mail-host
         m /usr/local/bin/switch-mail-host --pull-reexec "${orig_args[@]}"
-        mexit 0
+        exit 0
       fi
     fi