Skip to content

Instantly share code, notes, and snippets.

View jswrenn's full-sized avatar
🦀

Jack Wrenn jswrenn

🦀
View GitHub Profile
@jswrenn
jswrenn / xmonad.hs
Last active February 9, 2016 20:58 — forked from anonymous/xmonad.hs
-- xmonad example config file for xmonad-0.9
--
-- A template showing all available configuration hooks,
-- and how to override the defaults in your own xmonad.hs conf file.
--
-- Normally, you'd only override those defaults you care about.
--
-- NOTE: Those updating from earlier xmonad versions, who use
-- EwmhDesktops, safeSpawn, WindowGo, or the simple-status-bar
-- setup functions (dzen, xmobar) probably need to change
@jswrenn
jswrenn / xmonad.hs
Created January 26, 2016 20:12 — forked from anonymous/xmonad.hs
-- xmonad example config file for xmonad-0.9
--
-- A template showing all available configuration hooks,
-- and how to override the defaults in your own xmonad.hs conf file.
--
-- Normally, you'd only override those defaults you care about.
--
-- NOTE: Those updating from earlier xmonad versions, who use
-- EwmhDesktops, safeSpawn, WindowGo, or the simple-status-bar
-- setup functions (dzen, xmobar) probably need to change
@jswrenn
jswrenn / xmonad.hs
Last active January 26, 2016 20:16 — forked from anonymous/xmonad.hs
-- xmonad example config file for xmonad-0.9
--
-- A template showing all available configuration hooks,
-- and how to override the defaults in your own xmonad.hs conf file.
--
-- Normally, you'd only override those defaults you care about.
--
-- NOTE: Those updating from earlier xmonad versions, who use
-- EwmhDesktops, safeSpawn, WindowGo, or the simple-status-bar
-- setup functions (dzen, xmobar) probably need to change