From 1520561b25125824dcbd4bc35f8968407ce57a75 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 12 Jan 2023 19:46:29 +0530 Subject: fixed keybinding conflict between ncmpcpp and dmenu_run --- .config/XMonad/lib/Keybindings.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs index 8282907..c0866fa 100644 --- a/.config/XMonad/lib/Keybindings.hs +++ b/.config/XMonad/lib/Keybindings.hs @@ -174,7 +174,7 @@ myKeybindingsP = [ , ("M-S-x", myScratchpad "wallpaper") , ("M-m o", spawn "obs") , ("M-S-o", spawn "obs") - , ("M-S-p", myScratchpad "musicplayer") + , ("M-S-u", myScratchpad "musicplayer") , ("M-m S-o", spawn "osu") , ("M-m s", spawn "syncplay") , ("M-m g", spawn "gimp") -- cgit v1.2.3