Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
xrdb -merge ~/.Xresources
xrandr --output DisplayPort-1 --mode 1920x1200 --pos 0x0 --rotate normal --output DisplayPort-0 --off --output DisplayPort-3 --off --output DisplayPort-2 --mode 1920x1200 --pos 1920x0 --rotate normal --output eDP-0 --off --output HDMI-1 --off --output HDMI-0 --off
xsetroot -cursor_name left_ptr
setxkbmap -layout us -variant altgr-intl -option ctrl:nocaps

Keybase proof

I hereby claim:

  • I am chavezgu on github.
  • I am chavezgu (https://keybase.io/chavezgu) on keybase.
  • I have a public key whose fingerprint is 6CF6 68B3 5026 1557 5DB1 31FE 17EF 96F0 39D5 D193 To claim this, I am signing this object:
{
    "body": {
        "client": {
var empty_list = function(selector) {
return selector(undefined, undefined, true);
};
var prepend = function(el, list) {
return function(selector) {
return selector(el, list, false);
};
};
var head = function(list) {