From 16334aa893c821008e2bf4925dc1e8fd8baa24e3 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 8 Mar 2022 18:58:46 -0600 Subject: [PATCH] Removing unneeded variable. --- .xmonad/README.org | 3 --- .xmonad/xmonad.hs | 3 --- 2 files changed, 6 deletions(-) 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