Skip to content

Commit

Permalink
clean up xmonad stuff; remove old keys
Browse files Browse the repository at this point in the history
  • Loading branch information
schvin committed Oct 18, 2013
1 parent 20aa018 commit 382a010
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 0 additions & 8 deletions files/.Xresources
@@ -1,11 +1,3 @@
aterm*font: -*-proggytinysz-medium-*-*-*-10-*-*-*-*-*-*-*
aterm*reverseVideo: on

XTerm*font: -*-proggytinysz-medium-*-*-*-10-*-*-*-*-*-*-*
XTerm*reverseVideo: off
XTerm*loginShell:true
*VT100*reverseVideo: on

rxvt*scrollBar:false
rxvt*font: -*-proggytinysz-medium-*-*-*-10-*-*-*-*-*-*-*
rxvt*reverseVideo: off
1 change: 0 additions & 1 deletion files/.ssh/authorized_keys

This file was deleted.

6 changes: 6 additions & 0 deletions files/.xmonad/xmonad.hs
@@ -0,0 +1,6 @@
import XMonad

main = xmonad defaultConfig
{ terminal = "xterm"
-- more changes
}

0 comments on commit 382a010

Please sign in to comment.