Skip to content

Instantly share code, notes, and snippets.

View techtycho's full-sized avatar
🎯
Focusing

Omar Ahmed techtycho

🎯
Focusing
View GitHub Profile
@techtycho
techtycho / tagswitch.md
Last active October 15, 2023 01:13
Adding Fancy Tag Switch Effects In AwesomeWM

Adding Fancy Tag Switch Effects In AwesomeWM

tagswitch

Before We Begin

First of all, you need to have AwesomeWM installed and running. I'm using awesome-git, the development release. I'm not sure whether this would work on the stable release.

@techtycho
techtycho / sinloop.c
Last active November 18, 2022 10:53
Sine Wave Visualizer (Compatible with any terminal size)
// sinloop.c
// Compile with '-lm'
#include <stdio.h>
#include <unistd.h>
#include <stdbool.h>
#include <math.h>
#include <sys/ioctl.h>
#define WIDTH wsize.ws_col