diff --git a/.xmonad/README.org b/.xmonad/README.org index 175419d..e248cff 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -143,9 +143,6 @@ myEditor :: String myEditor = "emacsclient -c -a 'emacs' " -- Sets emacs as editor -- myEditor = myTerminal ++ " -e vim " -- Sets vim as editor -myRunCommand :: String -myRunCommand = "dmenu_run -l 20 -g 3 -X 0 -Y 0 -W 680 -p 'Run: '" - myBorderWidth :: Dimension myBorderWidth = 2 -- Sets border width for windows diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9158891..37aa88b 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -99,9 +99,6 @@ myEditor :: String myEditor = "emacsclient -c -a 'emacs' " -- Sets emacs as editor -- myEditor = myTerminal ++ " -e vim " -- Sets vim as editor -myRunCommand :: String -myRunCommand = "dmenu_run -l 20 -g 3 -X 0 -Y 0 -W 680 -p 'Run: '" - myBorderWidth :: Dimension myBorderWidth = 2 -- Sets border width for windows