Skip to content

Instantly share code, notes, and snippets.

View taktoa's full-sized avatar
🤔
Confused about why this feature exists

Remy Goldschmidt taktoa

🤔
Confused about why this feature exists
View GitHub Profile
@taktoa
taktoa / stdin
Created September 30, 2014 00:03
stdin
import XMonad
import XMonad.Config.Xfce
import XMonad.Hooks.ManageHelpers
import XMonad.Layout.NoBorders
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.EwmhDesktops
import XMonad.Util.EZConfig
main = xmonad $ ewmh xfceConfig {
terminal = "xfce4-terminal",
@taktoa
taktoa / test-gl.rkt
Created September 19, 2014 02:16
test-gl.rkt
#lang racket
(require
racket/gui
sgl)
(define c%
(class canvas%
(inherit refresh with-gl-context swap-gl-buffers)