URI:
       * - dotfiles - dark dots
  HTML git clone https://git.drkhsh.at/dotfiles
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit fe785867dbe07474979019dd2287ecaff5515066
   DIR parent 6dc7f388e06cf332056c39ccd40ab0ac14eb90b0
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sun,  7 Sep 2025 02:03:28 +0200
       
       *
       
       Diffstat:
         D bin/.local/bin/xdg-open             |       2 --
         M sacc/config.h                       |       2 +-
         M zsh/.zshenv                         |       2 +-
       
       3 files changed, 2 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/bin/.local/bin/xdg-open b/bin/.local/bin/xdg-open
       @@ -1,2 +0,0 @@
       -#!/bin/sh
       -type plumb > /dev/null 2>&1 && exec plumb $@ || exec xdg-open $@
   DIR diff --git a/sacc/config.h b/sacc/config.h
       @@ -28,7 +28,7 @@
        static char *yanker = "yank";
        
        /* default plumber */
       -static char *plumber = "plumb";
       +static char *plumber = "plumb.sh";
        
        /* modal plumber will make sacc wait for the plumber to return */
        static int modalplumber = 0;
   DIR diff --git a/zsh/.zshenv b/zsh/.zshenv
       @@ -112,7 +112,7 @@ export PF_INFO="ascii title os host kernel shell editor wm uptime pkgs memory pa
        
        export FZF_DEFAULT_OPTS='-i --height=50% --layout=reverse'
        
       -export SFEED_PLUMBER="plumb"
       +export SFEED_PLUMBER="plumb.sh"
        export SFEED_YANKER="xclip -selection CLIPBOARD -r"
        export SFEED_URL_FILE="$HOME/.sfeed/read"