This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------ | |
-- ~/.xmonad/xmonad.hs | |
-- validate syntax: xmonad --recompile | |
{-# LANGUAGE NoMonomorphismRestriction #-} | |
------------------------------------------------------------------------ | |
import XMonad hiding (Tall) | |
import XMonad.Actions.CycleWS | |
import XMonad.Actions.FloatKeys | |
import XMonad.Actions.GridSelect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Standard awesome library | |
require("awful") | |
require("awful.autofocus") | |
require("awful.rules") | |
-- Theme handling library | |
require("beautiful") | |
-- Notification library | |
require("naughty") | |
-- Vicious widgets | |
vicious = require("vicious") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme = {} | |
theme.font = "terminus 9" | |
theme.bg_normal = "#222222" | |
theme.bg_focus = "#222222" | |
theme.bg_urgent = "#222222" | |
theme.bg_minimize = "#222222" | |
theme.fg_normal = "#aaaaaa" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvUe+7dLPsmaX7x7HJSI40dJflJa7AHMff6PQon3ZkBTOvtc55w9gm3J08urIeeTjL56R7jMcaacTDABxFpMm8ttwZ+fJvQMnvDHuxDfvQHAMz42a6QML2YRLM9KNPwClEKMJurZRaRJkcjncyQR+DdoGz2umg84mQqfRhbv6ttSWZqD64EE9FdfOoV3HVbnrJOjzIc2bSpecvr87oDJRueVmoWifX8HtQfNpK+4kmlW6CJvKiTmCkEyN+BKP2X5/MlsxBZyubxS94p9BAHIMd/CYX8ZkdWr6wzE1q2jZ53kQ5cgXq8YKMFry6QlzisJgdPwGhdXwVOL66B2as56c5 Sam@DESKTOP-A1D92FR |