Skip to content

Instantly share code, notes, and snippets.

View alosarjos's full-sized avatar
🚀
Focusing

José Miguel Sarasola alosarjos

🚀
Focusing
View GitHub Profile
Información del equipo:
Fabricante: Unknown
Modelo: Unknown
Factor de forma: Sobremesa
Entrada táctil no detectada
Información sobre el procesador:
Fabricante de la CPU: AuthenticAMD
Marca de la CPU: AMD Ryzen 7 1700 Eight-Core Processor
Familia de la CPU: 0x17
@alosarjos
alosarjos / alacritty.yml
Last active December 4, 2017 16:51
Alacritty Settings
# Configuration for Alacritty, the GPU enhanced terminal emulator
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty it self.
env:
# TERM env customization.
#
# If this property is not set, alacritty will set it to xterm-256color.
#
@alosarjos
alosarjos / userChrome.css
Last active November 28, 2017 09:13
Firefox Custom CSS
@namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul');
/* Center the bookmar toolbar */
#PlacesToolbarItems {
-moz-box-pack: center;
}
/* Remove the space on the sides of the tabs on windowed mode */
.titlebar-placeholder[type='pre-tabs'],
.titlebar-placeholder[type='post-tabs'] {