[Linux] Remove output of rofi_select_input.hs

This commit is contained in:
Ivan Malison 2018-02-22 18:32:09 -08:00
parent 0f03cea177
commit e8fd0a455c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -24,9 +24,6 @@ main = do
selectedIsMuted = fromMaybe True $ selectedIsMuted = fromMaybe True $
isMuted . (!! 1) <$> find ((== selectedSink) . head) matches isMuted . (!! 1) <$> find ((== selectedSink) . head) matches
setAll state = mapM_ (setMuteAction state . head) matches setAll state = mapM_ (setMuteAction state . head) matches
print selectedSink
print matches
print selectedIsMuted
case exitCode of case exitCode of
ExitSuccess -> ExitSuccess ->
void $ setMuteAction (toSetString selectedIsMuted) selectedSink void $ setMuteAction (toSetString selectedIsMuted) selectedSink