Merge branch 'master' of github.com:ahub2/dotfiles
commit
008c2dc7b4
|
@ -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
|
2
.profile
2
.profile
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue