Remove xmonad config
This commit is contained in:
parent
7559ee8257
commit
5cc3df232d
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'newst-backend)
|
(require 'newst-backend)
|
||||||
(require 'sawfish)
|
|
||||||
|
|
||||||
(defvar dzen-process nil
|
(defvar dzen-process nil
|
||||||
"Dzen2's process.")
|
"Dzen2's process.")
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
export DESTDIR:=$(HOME)
|
export DESTDIR:=$(HOME)
|
||||||
modules=.emacs.d .config .conkerorrc .local .moc .mutt .ncmpcpp \
|
modules=.emacs.d .config .conkerorrc .local .moc .mutt .ncmpcpp \
|
||||||
.pentadactyl .sawfish .ssh .w3m .weechat .zsh xmonad
|
.pentadactyl .sawfish .ssh .w3m .weechat .zsh
|
||||||
objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
|
objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
|
||||||
.guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \
|
.guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \
|
||||||
.slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \
|
.slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \
|
||||||
|
|
Loading…
Reference in a new issue