add binding for clear in lfrc

update scripts version

set XDG_CURRENT_DESKTOP in .profile
master
Alex 2022-12-27 18:34:27 -06:00
parent 6dc3d33f05
commit 3461ef055b
3 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,8 @@ map X !$f
map o &mimeo $f
map O $mimeopen --ask $f
map <a-c> clear
# define a custom 'open' command
# This command is called when current file is not a directory. You may want to
# use either file extensions and/or mime types here. Below uses an editor for

@ -1 +1 @@
Subproject commit df16da1a90d9a8233ce424089f976de55c8337cf
Subproject commit 09218c616b86c7f4ab197021271fd320d9e7d3da

View File

@ -83,6 +83,8 @@ export GPG_TTY
#fix arduino ide issues
export AWT_TOOLKIT=MToolkit
export XDG_CURRENT_DESKTOP="sway"
#define variables used with transmission scripts
export TRNS_IP="192.168.1.162"
export TRNS_DL_DIR="/usr/local/etc/transmission/home/Downloads"