diff --git a/dots/archinstall/common/packages.txt b/dots/archinstall/common/packages.txt index 0b5f9a5..8e3270c 100644 --- a/dots/archinstall/common/packages.txt +++ b/dots/archinstall/common/packages.txt @@ -54,7 +54,6 @@ go # core compiler tools for golang gparted # disk management gufw # gui for firewall gvfs # virtual filesystem (pcmanfm: trash support, mounting with udisks, remote filesystems and trust bits for executables) -helix # editor htop # view processes inetutils # network programs (telnet++) kitty # terminal diff --git a/dots/archinstall/common/packages.txt.obsolete b/dots/archinstall/common/packages.txt.obsolete index 9eca859..109a6b4 100644 --- a/dots/archinstall/common/packages.txt.obsolete +++ b/dots/archinstall/common/packages.txt.obsolete @@ -23,11 +23,8 @@ # obsolete / not used # --- -# wayland-utils # display info -# wl-clipboard # cli copy/paste for wayland - -# other obsolete packages -# --- +# wayland-utils # wayland: display info +# wl-clipboard # wayland: cli copy/paste for wayland # imgp" # Multi-core batch image resizer and rotator (https://github.com/jarun/imgp) # gammastep # colour temperature adjustment (redshift alternative - maintained?) # libreoffice-fresh # libreoffice w/ new features @@ -35,12 +32,16 @@ # spideroak-one" # backup tool # qutebrowser" # web browser # vdhcoapp-bin" # Companion application for Video DownloadHelper browser add-on +# emacs # editor +# aur:sioyek # pdf viewer | https://sioyek.info/ # uninstallation is needed # --- -# from tuxwarrior -# emacs # editor -# aur:sioyek # pdf viewer | https://sioyek.info/ +### from t490p ### + +# helix # editor + +### from tuxwarrior ### diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 572ed97..3c43fee 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -75,7 +75,7 @@ cmd open ${{ *.[Pp][Nn][Gg]*) feh $fx &;; *.[Rr][Pp][Pp]*) reaper $fx &;; *) case $(file --mime-type -Lb $f) in - text/*) helix $fx;; + text/*) nano $fx;; *) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;; esac esac