aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-12 19:46:29 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-01-12 19:46:29 +0530
commit1520561b25125824dcbd4bc35f8968407ce57a75 (patch)
tree4dd2d1435d11ca8cf6bf75c268e4ea7d3cbe248b
parent26e50c447374142bd6b88860ad733db4b10a5956 (diff)
fixed keybinding conflict between ncmpcpp and dmenu_run
-rw-r--r--.config/XMonad/lib/Keybindings.hs2
1 files changed, 1 insertions, 1 deletions
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")