mpv: remove power-button -> close mpv mapping

This commit is contained in:
Colin 2023-09-06 04:17:14 +00:00
parent 45df0954f4
commit 9ab82904e6

View File

@ -40,8 +40,10 @@
};
persist.plaintext = [ ".config/mpv/watch_later" ];
fs.".config/mpv/input.conf".symlink.text = ''
# let volume keys be interpreted by the system.
# let volume/power keys be interpreted by the system.
# this is important for sxmo.
# mpv defaults is POWER = close, VOLUME_{UP,DOWN} = adjust application-level volume
POWER ignore
VOLUME_UP ignore
VOLUME_DOWN ignore
'';