home/natto: misc changes

add mpdris
change emacs package
hyprland keybind changes
random changes to home.packages

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-27 07:01:54 +05:30
parent 5e4c51a4ed
commit a4173c855e
10 changed files with 58 additions and 142 deletions

View File

@@ -70,22 +70,22 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
spawn "flameshot gui -d 10000")
, ((modMask, xK_p),
spawn "mpc toggle")
spawn "playerctl play-pause")
, ((0, xF86XK_AudioPlay),
spawn "mpc toggle")
spawn "playerctl play-pause")
, ((modMask, xF86XK_AudioNext),
spawn "mpc next")
spawn "playerctl next")
, ((modMask, xF86XK_AudioPrev),
spawn "mpc prev")
spawn "playerctl previous")
, ((0, xF86XK_AudioPrev),
spawn "mpc seek -00:00:05")
spawn "playerctl position 5-")
, ((0, xF86XK_AudioNext),
spawn "mpc seek +00:00:05")
spawn "playerctl position 5+")
, ((0, xF86XK_AudioRaiseVolume),
spawn "pamixer --allow-boost -ui 5")