Skip to content

Instantly share code, notes, and snippets.

View vinikira's full-sized avatar

Vinícius da Costa Simões vinikira

View GitHub Profile
@vinikira
vinikira / .Xmodmap
Created June 22, 2020 13:24
Motospeed ck62 - remapped keys via software with xmodmap. In order to work put this file in your home folder. If doesn't work, run in your terminal `xmodmap .Xmodmap`.
! Motospeed CK62 - layout remaped
! Caps as Ctrl, Menu as Hyper_L
clear lock
clear control
clear mod1
clear mod2
clear mod3
clear mod4
clear mod5
@vinikira
vinikira / clean.el
Created May 13, 2020 12:25 — forked from rougier/clean.el
A very minimal but elegant emacs configuration file
(require 'org)
(setq-default indent-tabs-mode nil)
(setq org-display-inline-images t)
(setq org-redisplay-inline-images t)
(setq org-startup-with-inline-images "inlineimages")
(setq default-frame-alist
(append (list '(width . 72) '(height . 40))))