Skip to content

Instantly share code, notes, and snippets.

View tiberiuiurco's full-sized avatar

Tiberiu Iurco tiberiuiurco

View GitHub Profile
@tiberiuiurco
tiberiuiurco / mu4e.md
Created October 9, 2024 09:49 — forked from A6GibKm/mu4e.md
Read your emails with mu4e

Connecting emacs and Protonmail Bridge

This guide will cover the basics on how to integrate emacs with protonmail-bridge using

Configuring mbsync

@tiberiuiurco
tiberiuiurco / 30-touchpad.conf
Created September 13, 2024 05:34 — forked from miguelmota/30-touchpad.conf
Arch linux enable tap to click on touchpad
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection