From 6893a1ae1d9e60e786eb847c471e55597abe9c41 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 19 Jul 2022 15:19:08 +0800 Subject: Update --- alias | 1 + misc/keymap | 1 + misc/openbox/rc.xml | 22 +++++++++++----------- xorg/09-custom-kbd.conf | 6 ++++++ 4 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 misc/keymap create mode 100644 xorg/09-custom-kbd.conf diff --git a/alias b/alias index abb1281..e50aca1 100644 --- a/alias +++ b/alias @@ -334,6 +334,7 @@ alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' alias sample.image='curl -O https://file-examples-com.github.io/uploads/2017/10/file_example_JPG_100kB.jpg' alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' +alias sample.mp4='curl -O https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/Sample-MP4-Video-File-Download.mp4' alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' diff --git a/misc/keymap b/misc/keymap new file mode 100644 index 0000000..82d1db5 --- /dev/null +++ b/misc/keymap @@ -0,0 +1 @@ +keycode 58 = Control diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml index 4cdffdf..a2d781b 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml @@ -28,37 +28,37 @@ yes Sans - 16 + 18 Bold Normal - Sans - 16 + Hack Nerd Font + 18 Normal Normal - Sans - 16 + Hack Nerd Font + 18 Bold Normal - Sans - 16 + Hack Nerd Font + 18 Normal Normal - Sans - 16 + Hack Nerd Font + 18 Bold Normal - Sans - 16 + Hack Nerd Font + 18 Normal Normal diff --git a/xorg/09-custom-kbd.conf b/xorg/09-custom-kbd.conf new file mode 100644 index 0000000..f2123ff --- /dev/null +++ b/xorg/09-custom-kbd.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + + Option "XKbOptions" "ctrl:nocaps" +EndSection -- cgit v1.2.3-70-g09d2