Skip to content

Instantly share code, notes, and snippets.

View MKlipaGavanski's full-sized avatar

MKlipaGavanski

View GitHub Profile
@MKlipaGavanski
MKlipaGavanski / README.md
Created November 10, 2021 23:22 — forked from Microtribute/README.md
Haskell Environment Separate Installation

A few notes on haskell environment setup

GHC needs the following packages pre-installed:

sudo apt install gcc g++ build-essential curl libffi-dev zlib1g-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5

It might be a good idea to stick to ghcup as it lets us know whenever an upgrade is available. For example:

@MKlipaGavanski
MKlipaGavanski / README.md
Created November 10, 2021 23:22 — forked from Microtribute/README.md
Remove the gap between the tab bar and the window edges and between pinned tabs and unpinned tabs in Firefox

Annoying Gap Removal in Firefox

Overview

Firefox by default gets shipped with redudant spaces (at least for me). This hack removes the gaps between:

  • the tab bar and the window edges
  • pinned tabs and unpinned tabs

How?

  • Set toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config.
  • Create a folder named chrome inside the profile directory (find the Root Directory in about:profiles).