aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-06-11 11:02:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-06-11 11:02:58 +0800
commit9df08b14a11e771ca2c3777f18bb18647898da37 (patch)
treed63bbc8ded3c49fbfcc48bf8624935ad671d8aad
parent4cb94bca20ba138de3e80d8b7afc7b69d2bdcb2f (diff)
Update
-rw-r--r--X11/openbox/rc.xml2
-rw-r--r--alias1
2 files changed, 2 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index af8863b..256f234 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -651,7 +651,7 @@
651 sh -c ' 651 sh -c '
652 xdotool search --name "@Mutt" windowactivate || \ 652 xdotool search --name "@Mutt" windowactivate || \
653 alacritty --title @Mutt \ 653 alacritty --title @Mutt \
654 --working-directory=/home/pham/Downloads \ 654 --working-directory ~/Downloads \
655 -e mutt 655 -e mutt
656 ' 656 '
657 </command> 657 </command>
diff --git a/alias b/alias
index fb38d3a..6706cfd 100644
--- a/alias
+++ b/alias
@@ -468,6 +468,7 @@ github.raw() {
468# GIS {{{ 468# GIS {{{
469alias oo='ogr2ogr' 469alias oo='ogr2ogr'
470alias oi='ogrinfo -al -so' 470alias oi='ogrinfo -al -so'
471alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/'
471TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' 472TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305'
472TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' 473TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312'
473TAIPEI_BBOX='121.346,24.926,121.676,25.209' 474TAIPEI_BBOX='121.346,24.926,121.676,25.209'