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