[i3run] multi criteria not working #101
Labels
No labels
Arch PKGBUILD
bug
build
commandline
duplicate
enhancement
font
good first issue
help wanted
implemented
is-it-really-a-bug?
necromancy
not-reproducable
question
reproducable
rofi
solved?
stalled
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/i3ass#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The reason this isn't working is because of the
--renameoption, which works like this:--rename ORIGINAL --class NEW (or --instance NEW)...
So it renames the ORIGINAL with NEW, and see which one is set to determine.
This wouldn't be reliable if we would pass --rename ORIGINAL --class NEW --instance INSTANCE ..
The best solution would be to replace --rename with --rename-class ORIGINAL, and --replace-instance ORIGINAL.
that would also allow for multiple renames in one command.
Problem is that I (and maybe others) rely on current behavior, so i think i will keep the old, but mark it depracated and print a warning msg to stderr whenever it is used, and remove it in the future.