Skip to content

Instantly share code, notes, and snippets.

View freeitas's full-sized avatar
🏴

Guilherme Freitas freeitas

🏴
View GitHub Profile
@freeitas
freeitas / config
Last active May 2, 2021 01:07
🔩 i3 config
set $mod Mod1
for_window [class="^.*"] border pixel 1
font pango:JetBrains Mono 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# kill focused window
@freeitas
freeitas / settings.json
Last active January 17, 2024 13:56
🔩 config VSCode
// Apc Customize UI++
{
"symbols.hidesExplorerArrows": false,
"json.schemaDownload.enable": true,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "JetBrains Mono NL",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.tabSize": 2,