Skip to content

Instantly share code, notes, and snippets.

View tzbob's full-sized avatar

Bob R tzbob

  • Cleverbase
View GitHub Profile
urxvt.scrollBar: false
urxvt.font: xft:inconsolata:size=11
urxvt.boldFont: xft:inconsolata:size=11
urxvt.cursorColor: #7F7F7F
Xft.hintstyle: hintfull
Xft.hinting: true
Xft.antialias: true
Xft.rgba: rgb
dirtyFrameHack = function() {
$("a").unbind("click");
return $("a").click(function(e) {
var href;
href = $(this).attr("href");
if (!~href.indexOf("#")) {
window.open(href);
return false;
}
});
@tzbob
tzbob / config.py
Created April 17, 2012 22:14
Qtile config
from libqtile.manager import Key, Screen, Drag, Group
from libqtile.command import lazy
from libqtile import layout, bar, widget, hook
mod = "mod1"
win = "mod4"
# Keybinds: Key([modifiers], "key", action())
keys = [
Key([mod], "space", lazy.nextlayout()),
@tzbob
tzbob / xmonad.hs
Created January 21, 2012 11:18
xmonad.hs
--
-- File : ~/.xmonad/xmonad.hs (for Xmonad >= 0.9)
-- Adapted by: Bob Reynders
-- Author : Thayer Williams
-- Website : http://cinderwick.ca/
-- Desc : A simple, mouse-friendly xmonad config geared towards
-- netbooks and other low-resolution devices.
--
-- dzen is used for statusbar rendering, with optional mouse
-- integration provided by xdotool: