From 39a059167a8106be5b85baa5d0692fc1c5fc04e3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 3 Oct 2016 14:51:12 -0700 Subject: [PATCH] [XMonad] Change copyq rofi binding --- dotfiles/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index 281b20b9..f4c9e0b9 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -40,7 +40,7 @@ addKeys conf@XConfig {modMask = modm} = , ((modm .|. controlMask, xK_t), spawn "restart.sh taffybar") -- TODO: Change this to bringing the window to the current workspace , ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"]) - , ((modm, xK_y), spawn "copyq_rofi.sh") + , ((modm, xK_v), spawn "copyq_rofi.sh") , ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full") , ((modm, xK_slash), sendMessage $ Toggle MIRROR) ] ++