Skip to content

Commit

Permalink
input.conf: swap the positions of values for ctrl+h binding
Browse files Browse the repository at this point in the history
Allows users to toggle software decoding with a single action if they
are using a value for `hwdec` that is different from `auto-safe`.
  • Loading branch information
norinoriko authored and kasper93 committed Sep 1, 2024
1 parent c2997aa commit afdbbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
#L cycle-values loop-file "inf" "no" # toggle infinite looping
#ctrl+c quit 4
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
#ctrl+h cycle-values hwdec "auto-safe" "no" # toggle hardware decoding
#ctrl+h cycle-values hwdec "no" "auto-safe" # toggle hardware decoding
#F8 show-text ${playlist} # show the playlist
#F9 show-text ${track-list} # show the list of video, audio and sub tracks
#g ignore
Expand Down

0 comments on commit afdbbac

Please sign in to comment.