Took out `do` from clipmenu key binding

This commit is contained in:
Trey Blancher 2020-12-21 20:37:26 -05:00
parent 23eac2f9a5
commit ea170669e1
1 changed files with 1 additions and 2 deletions

View File

@ -357,8 +357,7 @@ myKeys = [
, ((controlMask .|. shiftMask, xK_4), unGrab >> spawn "scrot --exec 'mkdir -p ~/Desktop && mv $f ~/Desktop' --select && paplay ~/wav/camera.wav")
-- windows (viewOnScreen 1 "ws")
-- ifWindows (resource =? "altUrxvt") (mapM_ focus) (spawnHere altTerminal))
, ((lAlt, xK_v), do
spawn "clipmenu && xdotool key Ctrl+v")
, ((lAlt, xK_v), spawn "clipmenu && xdotool key Ctrl+v")
--, ((winKey .|. shiftMask, xK_v), do
-- windows (viewOnScreen 1 "virtualbox")
-- ifWindows (className =? "Gvim") (mapM_ focus) (spawnHere "gvim"))