diff options
| author | BardofSprites <[email protected]> | 2025-03-06 20:37:15 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-03-06 20:37:15 -0500 |
| commit | 5ed7fb36414b17000864679b04ceb5afc6289490 (patch) | |
| tree | a62e3002c9524eb2a702c0ac8dc68ef6f06dea29 | |
| parent | c00e8b87a2de3a30bcebcbdc13157a1499e95c21 (diff) | |
keybinds
| -rw-r--r-- | xmonad/.config/xmonad/xmonad.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 46ce538..22753fb 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -99,6 +99,9 @@ myKeys = , ("M-<Return>", spawn term) , ("M-d", spawn "dmenu_run") , ("M-S-x", spawn "sysact") + , ("M-p", spawn "st -e alsamixer") + , ("M-S-m", spawn "wallpaper.sh") + , ("<Print>", spawn "maimpick") -- media keys , ("<XF86AudioPlay>", spawn "playerctl play") |
