Browse Source

update content/

master
vinay 1 year ago
parent
commit
859cf94862
8 changed files with 4 additions and 6 deletions
  1. +2
    -3
      content/_index.md
  2. +0
    -0
      content/blog/contributing-to-debian.md
  3. +0
    -0
      content/blog/debian-maintainer.md
  4. +0
    -0
      content/blog/git-fosscommunity-in-update.md
  5. +0
    -0
      content/blog/interception-vimproved.md
  6. +0
    -0
      content/blog/mapping-of-physical-usb-ports-to-device-names.md
  7. +0
    -0
      content/blog/software-freedom-camp-2021.md
  8. +2
    -3
      content/docs/interception-vimproved.md

+ 2
- 3
content/_index.md View File

@ -4,9 +4,8 @@ toc: false
---
## Recent Posts
{{< cards >}}
{{< card link="/posts/mapping-of-physical-usb-ports-to-device-names/" title="Mapping of Physical USB ports to device filename on GNU/Linux" icon="arrow-circle-right" >}}
{{< card link="/posts/debian-maintainer/" title="Debian Maintainer Now!! " icon="arrow-circle-right" >}}
{{< card link="/posts/contributing-to-debian/" title="Contributing to Debian !!" icon="arrow-circle-right" >}}
{{< card link="/blog/debian-maintainer/" title="Debian Maintainer Now!! " icon="arrow-circle-right" >}}
{{< card link="/blog/contributing-to-debian/" title="Contributing to Debian !!" icon="arrow-circle-right" >}}
{{< /cards >}}
## Explore


content/posts/contributing-to-debian.md → content/blog/contributing-to-debian.md View File


content/posts/debian-maintainer.md → content/blog/debian-maintainer.md View File


content/posts/git-fosscommunity-in-update.md → content/blog/git-fosscommunity-in-update.md View File


content/posts/interception-vimproved.md → content/blog/interception-vimproved.md View File


content/posts/mapping-of-physical-usb-ports-to-device-names.md → content/blog/mapping-of-physical-usb-ports-to-device-names.md View File


content/posts/software-freedom-camp-2021.md → content/blog/software-freedom-camp-2021.md View File


+ 2
- 3
content/docs/interception-vimproved.md View File

@ -3,8 +3,7 @@ title: Interception Vimproved
next: /docs/openldap
---
### Setting up Interception Vimproved on Debian Bookworm
### Setting up Interception Vimproved on Debian Bookworm
I started learning vim few months ago and wanted to try vim key bindings like shortcuts on my laptop after trying a mechanical hackable keyboard.
@ -16,7 +15,7 @@ This blog post shows how to setup [interception-vimproved](https://github.com/ma
Installing Dependencies to build interception-vimproved on Debian Bookworm GNU/Linux
```bash
$ sudo apt install interception-tools meson libyaml-cpp-dev cmake
sudo apt install interception-tools meson libyaml-cpp-dev cmake
```
interception-tools is a small set of tools for input events of devices,that can be used to customize the behaviour of input keyboard mappings.


Loading…
Cancel
Save