diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-06-11 11:02:58 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-06-11 11:02:58 +0800 |
commit | 9df08b14a11e771ca2c3777f18bb18647898da37 (patch) | |
tree | d63bbc8ded3c49fbfcc48bf8624935ad671d8aad | |
parent | 4cb94bca20ba138de3e80d8b7afc7b69d2bdcb2f (diff) |
Update
-rw-r--r-- | X11/openbox/rc.xml | 2 | ||||
-rw-r--r-- | alias | 1 |
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> |
@@ -468,6 +468,7 @@ github.raw() { | |||
468 | # GIS {{{ | 468 | # GIS {{{ |
469 | alias oo='ogr2ogr' | 469 | alias oo='ogr2ogr' |
470 | alias oi='ogrinfo -al -so' | 470 | alias oi='ogrinfo -al -so' |
471 | alias oseq='ogr2ogr -f GEOJSONSeq /vsistdout/' | ||
471 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' | 472 | TAIWAN_BBOX='118.1036,20.72799,122.9312,26.60305' |
472 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' | 473 | TAIWAN_BBOX_V='20.72799,118.1036,26.60305,122.9312' |
473 | TAIPEI_BBOX='121.346,24.926,121.676,25.209' | 474 | TAIPEI_BBOX='121.346,24.926,121.676,25.209' |