Skip to content

Instantly share code, notes, and snippets.

View yapudpill's full-sized avatar

Anthony Fernandes yapudpill

  • Université Paris Cité
  • Paris, France
  • 10:21 (UTC +01:00)
View GitHub Profile
@yapudpill
yapudpill / C_Makefile
Created September 17, 2025 20:26
Very simple makefiles for C and C++ projects
# A simple Makefile for simple C projects, made by Yapudpil.
# For it to work properly, use the following project structure :
# .
# |-- scr/
# | |-- <.c files>
# |-- include/
# | |-- <.h files>
# |-- <main>.c
# |-- Makefile
This gist contains the necessary files to transform the Copilot key into a Compose key under X or
Wayland. This is done by creating a custom keyboard option that simply needs to be enabled in your
system's settings.
Bonus: if your keyboard has a level 3 key (AltGr) then AltGr+Copilot gives you greek letters!
How to:
1. Place each files in `~/.config/xkb/<folder indicated on the first line>`.