[XMonad] Remove old comment

This commit is contained in:
Ivan Malison 2016-10-05 01:20:53 -07:00
parent 9fb809b9b2
commit b09e00618f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -38,7 +38,6 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm .|. shiftMask, xK_p), spawn "rofi -show run") , ((modm .|. shiftMask, xK_p), spawn "rofi -show run")
, ((modm, xK_g), spawn "rofi -show window") , ((modm, xK_g), spawn "rofi -show window")
, ((modm .|. controlMask, xK_t), spawn "systemctl --user restart taffybar.service") , ((modm .|. controlMask, xK_t), spawn "systemctl --user restart taffybar.service")
-- TODO: Change this to bringing the window to the current workspace
, ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"]) , ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"])
, ((modm, xK_v), spawn "copyq paste") , ((modm, xK_v), spawn "copyq paste")
, ((mod3Mask, xK_v), spawn "copyq_rofi.sh") , ((mod3Mask, xK_v), spawn "copyq_rofi.sh")