This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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>`. |