forked from colonelpanic/dotfiles
[Linux] Remove output of rofi_select_input.hs
This commit is contained in:
parent
0f03cea177
commit
e8fd0a455c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user