siduck / st

snazzy terminal (suckless + beautiful)
MIT License
616 stars 95 forks source link

patch not working #44

Closed r4vanan closed 1 year ago

r4vanan commented 2 years ago

when i try to use it with mpv . the swallowing patch is not working. even not for emacs, sxiv too. when i try to open it opening different window

siduck commented 2 years ago

i didnt patch swallowing patch in my build

r4vanan commented 2 years ago

i patched in dwm. but i wonder it is not working with your configuration

siduck commented 2 years ago

hmm i'll try it here

r4vanan commented 2 years ago

anyway thanks dude i am using alternative way to do swallow the mpv,sxiv and zathura. yay -S --noconfirm devour-git with this package devour like devour mpv vid.mp4 devour zathura book.pdf devour sxiv pic.jpg to automate this i add the alias to my ~.zshrc file

siduck commented 2 years ago

oh cool then :D

r4vanan commented 2 years ago

please investigate in that too. i am also try to please do that

basilioss commented 1 year ago

Works for me. @r4vanan try to replace this line in your dwm's config.h:

{ "St",               NULL,     NULL,           0,         0,          1,           0,        -1 },

with this:

{ "st",              NULL,     NULL,           0,         0,          1,           0,        -1 },
r4vanan commented 1 year ago

@basilioss thanks bro it works fine now