diff options
Diffstat (limited to '.xmonad/xmonad.hs')
-rw-r--r-- | .xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index dc2b426..bf74882 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -141,8 +141,8 @@ myKeys' conf = Map.fromList $ | |||
141 | 141 | ||
142 | -- launch dmenu | 142 | -- launch dmenu |
143 | --, ((modm, xK_d ), spawn "exe=`dmenu_path | dmenu` && eval \"exec $exe\"") | 143 | --, ((modm, xK_d ), spawn "exe=`dmenu_path | dmenu` && eval \"exec $exe\"") |
144 | , ((modm, xK_d ), shellPrompt "Run: " xPConfig) | 144 | , ((modm, xK_d ), shellPrompt xPConfig) |
145 | , ((modm .|. shiftMask, xK_d ), prompt "Run in Terminal: " ("urxvtc" ++ " -e") xPConfig) | 145 | , ((modm .|. shiftMask, xK_d ), prompt ("urxvtc" ++ " -e") xPConfig) |
146 | 146 | ||
147 | -- close focused window | 147 | -- close focused window |
148 | , ((modm .|. shiftMask, xK_q ), kill) | 148 | , ((modm .|. shiftMask, xK_q ), kill) |