aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/toolkit/ffmpeg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolkit/ffmpeg.py b/src/toolkit/ffmpeg.py
index 5f9dec1..1649670 100644
--- a/src/toolkit/ffmpeg.py
+++ b/src/toolkit/ffmpeg.py
@@ -155,7 +155,7 @@ def findFfmpeg():
if sys.platform == "win32":
bin = 'ffmpeg.exe'
else:
- bin = 'ffmfpeg'
+ bin = 'ffmpeg'
if getattr(sys, 'frozen', False):
# The application is frozen
dotfiles/commit/.local/bin/awesome-autorun?id=cb54292d13f8c8d60553f9ed70c03409346effa2&follow=1'>revert: `a1a2677`kj-sh6041-1/+1 2024-09-21refactor: remove `awesome-keymapper` from autostartkj-sh6041-1/+1 2024-09-03refactor: `zed` configkj-sh6041-10/+2 2024-08-31refactor: use `zed` as intended (no vim mode)kj-sh6041-9/+5 2024-08-30refactor: update `floating clients` listkj-sh6042-15/+19 2024-08-10refactor: revert to default value for `menu_height_ratio`kj-sh6041-1/+1 2024-08-09refactor: use an "integer" for `menu_height_ratio`kj-sh6041-1/+1 2024-08-09refactor: make `dmenu-center` patch actually center the menukj-sh6041-2/+2 2024-08-09update: dmenu to `5.3`kj-sh60418-192/+295