Skip to content

Instantly share code, notes, and snippets.

View shrtkv's full-sized avatar
🤯
carreer transition

tokoshiro5 shrtkv

🤯
carreer transition
View GitHub Profile
@shrtkv
shrtkv / cheatsheets.md
Created May 30, 2023 22:21 — forked from FlorianHeigl/cheatsheets.md
Printable Cheat Sheets for Software

A collection of links to useful cheat sheets.

Only what's properly printable can get a spot at the top of this list. It should also be small enough to fit on a few pages. almost all links in this document were designed by their creators so that YOU can print them in a good-looking format and store them however is best for you. Anything that isn't really something you could print in A4/UfS Letter format, but is still a well-made cheatsheet can get a spot at the end of the page.

Pleae contribute any you remember you've seen and liked. It would be wonderful if we can get these to be something more commonly made.

Search Engines

@shrtkv
shrtkv / manjaro.txt
Created June 2, 2023 16:02 — forked from ghadj/manjaro.txt
Manjaro i3 on a HiDPI Display
1. Increase DPI and terminal font size in /home/[user]/.Xresources
sudo nano ~/.Xresources
Change Xft.dpi:, the first item listed, to a higher value (than the default 90), perhaps 140 to start (to avoid overshooting). I like 150, but different setups will call for values that are lower or higher.
Change XTerm*faceSize: to a higher value, perhaps 14 (as I use).
Change URxvt.font: from 9x15,xft:TerminessTTFNerdFontMono to xft:TerminessTTFNerdFontMono:size=14, removing 9x15 (or whatever value is shown at the start) and adding :size=14 or some other specific value.