diff options
author | Camil Staps | 2015-12-11 21:44:37 +0000 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | c41396d7902b086ec0eb0dabc47c7bfc88c519dc (patch) | |
tree | ff52afa00ef7f6f677a2c93c9e3ad657125b105c /xmonad.symlink | |
parent | Adds ~/bin.local to PATH, bugfix too big cursor (diff) |
Cmus shortcut; keyboard US RU
Diffstat (limited to 'xmonad.symlink')
-rw-r--r-- | xmonad.symlink/xmonad.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.symlink/xmonad.hs b/xmonad.symlink/xmonad.hs index bd3ddb5..e2c0e8d 100644 --- a/xmonad.symlink/xmonad.hs +++ b/xmonad.symlink/xmonad.hs @@ -27,6 +27,7 @@ myKeys = [ ("M-<F5>", spawn "xbacklight -dec 5 -time 80") , ("M-<Down>", prevWS) , ("M-S-p", spawn "passmenu -i") , ("M-v", spawn "uxterm -e vim") + , ("M-m", spawn "uxterm -e cmus") ] myLayouts = Tall 1 0.01 0.5 |