Skip to content

Instantly share code, notes, and snippets.

View fedemp's full-sized avatar
💭
That aloof guy

Federico Panico fedemp

💭
That aloof guy
  • Argentina
  • 08:17 (UTC -03:00)
View GitHub Profile
@fedemp
fedemp / rxvt-unicode-spacing.patch
Created September 2, 2013 00:01
Fix urxvt letter spacing
--- src/rxvtfont.C.bukind 2007-11-30 14:36:33.000000000 +0600
+++ src/rxvtfont.C 2007-11-30 14:39:29.000000000 +0600
@@ -1171,12 +1171,21 @@
XGlyphInfo g;
XftTextExtents16 (disp, f, &ch, 1, &g);
+/*
+ * bukind: don't use g.width as a width of a character!
+ * instead use g.xOff, see e.g.: http://keithp.com/~keithp/render/Xft.tutorial
+
@fedemp
fedemp / gist:7775677
Created December 3, 2013 19:12
vim-noctu
https://github.com/noahfrederick/vim-noctu
@fedemp
fedemp / gist:69e1a4e8d6ad9138a37f
Created May 26, 2014 23:50
systemd-analyse @ home
32.693s netctl@wlan0\x2dbpm230.service
12.369s man-db.service
2.185s shadow.service
1.042s alsa-restore.service
940ms logrotate.service
876ms systemd-logind.service
779ms systemd-user-sessions.service
722ms systemd-remount-fs.service
650ms systemd-update-utmp.service
544ms systemd-tmpfiles-setup-dev.service
@fedemp
fedemp / userContent.css
Last active August 29, 2015 14:14
Eliminar paywal de lanacion.com.ar en Firefox
/*
En Windows deben abrir la carpeta %AppData%\Mozilla\Firefox\Profiles\
(ej: C:\Users\IEUser\AppData\Roaming\Mozilla\Firefox\Profiles
En Linux busquen ~/.mozilla/firefox/
Tienen que haber una carpeta con un nombre con caracteres al azar.
Dentro de esta carpeta tiene que haber otra llamada chrome
Si la carpeta chrome no existiese pueden crearla ahora.
Dentro de la carpeta chrome crear un nuevo archivo llamado userContent.css.