Skip to content

Commit

Permalink
fix: pass -nfc to fpp
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 14, 2023
1 parent 16cc75a commit a89114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/konrad/common/modules/tmux/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#bind-key -n C-a send-prefix
# facebook pathpicker
bind-key F run-shell -b "${tmuxTextProcessor} '${pkgs.fpp}/bin/fpp' '#{pane_id}' '#{pane_current_path}'"
bind-key F run-shell -b "${tmuxTextProcessor} '${pkgs.fpp}/bin/fpp -nfc' '#{pane_id}' '#{pane_current_path}'"
# urlscan
bind-key U run-shell -b "${tmuxTextProcessor} '${pkgs.urlscan}/bin/urlscan' '#{pane_id}' '#{pane_current_path}'"
Expand Down

0 comments on commit a89114b

Please sign in to comment.