Merge branch 'master' of github.com:ahub2/dotfiles

master
Alex 2022-12-27 21:08:19 -06:00
commit 008c2dc7b4
3 changed files with 5 additions and 1 deletions

View File

@ -40,6 +40,8 @@ map X !$f
map o &mimeo $f map o &mimeo $f
map O $mimeopen --ask $f map O $mimeopen --ask $f
map <a-c> clear
# define a custom 'open' command # define a custom 'open' command
# This command is called when current file is not a directory. You may want to # 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 # 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 #fix arduino ide issues
export AWT_TOOLKIT=MToolkit export AWT_TOOLKIT=MToolkit
export XDG_CURRENT_DESKTOP="sway"
#define variables used with transmission scripts #define variables used with transmission scripts
export TRNS_IP="192.168.1.162" export TRNS_IP="192.168.1.162"
export TRNS_DL_DIR="/usr/local/etc/transmission/home/Downloads" export TRNS_DL_DIR="/usr/local/etc/transmission/home/Downloads"