minor cleanup - dotfiles - These are my dotfiles. There are many like it, but these are mine.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit d94eade50aa3021fb93ee7da4ec4787cc8552a61
 (DIR) parent 18579045a4c49786f6c2b745697228e1b56e7655
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Tue, 10 Jan 2023 08:24:47 +0000
       
       minor cleanup
       
       Diffstat:
         M bin/offline.sh                      |       6 +++---
         M bin/sway-run.sh                     |       3 ---
       
       2 files changed, 3 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/bin/offline.sh b/bin/offline.sh
       @@ -1,8 +1,5 @@
        #!/bin/sh
        
       -# mail
       -fdm -f ~/.config/fdm/config fetch
       -
        # youtube videos
        yt_dl.sh
        
       @@ -11,3 +8,6 @@ castget -p
        
        # rss feeds (http/gemini) download
        update_feeds.sh
       +
       +# mail
       +fdm -f ~/.config/fdm/config fetch
 (DIR) diff --git a/bin/sway-run.sh b/bin/sway-run.sh
       @@ -1,9 +1,6 @@
        #!/bin/sh
        export TERM=foot
        export _JAVA_AWT_WM_NONREPARENTING=1
       -export GTK_IM_MOUDLE=xim
       -export XMODIFIERS=@im=ibus
       -export QT_IM_MODULE=ibus
        export XKB_DEFAULT_OPTIONS=caps:escape
        export GDK_BACKEND=wayland
        export XDG_SESSION_TYPE=wayland