Search Criteria
Package Details: swaycwd 1.1-1
Package Actions
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) |
Dependencies (4)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- jq (jq-gitAUR)
- procps (procps-ng-gitAUR, procps-ng)
- sway (sway-no-titlebars-gitAUR, sway-inhibit-fullscreen-gitAUR, sway-borders-gitAUR, sway-titlebar-positioning-gitAUR, sway-force-ssd-gitAUR, sway-persistent-workspaces-gitAUR, sway-git-wlroots-gitAUR, sway-im-gitAUR, swayfx-i3-style-fullscreen-gitAUR, sway-imAUR, sway-disable-titlebarAUR, sway-asan-gitAUR, sway-gitAUR, sway-i3-style-fullscreen-gitAUR, swayfx-i3-style-fullscreen-2-gitAUR, swayfx-gitAUR, swayfxAUR, sway-rcAUR)
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