Package Details: swaycwd 1.1-1

Git Clone URL: https://aur.archlinux.org/swaycwd.git (read-only, click to copy)
Package Base: swaycwd
Description: alternative to xcwd for swayvm
Upstream URL: https://webcache.googleusercontent.com/search?q=cache:fXlJ80wnYwgJ:https://www.reddit.com/r/swaywm/comments/ayedi1/opening_terminals_at_the_same_directory/+&cd=1&hl=de&ct=clnk&gl=de&client=firefox-b-d
Submitter: joposter
Maintainer: joposter
Last Packager: joposter
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-12 14:00 (UTC)
Last Updated: 2020-12-14 13:12 (UTC)

Latest Comments

leo95 commented on 2020-12-14 17:52 (UTC)

@joposter now works, thanks !

joposter commented on 2020-12-14 13:13 (UTC)

@leo95 swaycwd will now detect this and ALSO return the fallback directory. This can now be set with cmd args. Check swaycwd --help for "details" :)

leo95 commented on 2020-12-12 17:45 (UTC) (edited on 2020-12-12 17:48 (UTC) by leo95)

Please add an option for blacklist Reason: some applications set their directory as /proc for example firefox, swaycwd outputs this dir when firefox window is focused

Solution I'm using:

firefox dirty fix

if [[ $dir == "/proc"* ]]; then echo $HOME; else echo $dir; fi