Skip to content

Commit e1a37d1

Browse files
authored
Update README.md
1 parent 0700f01 commit e1a37d1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Available values for `[name]`: `left-half`, `right-half`, `center-half`, `top-ha
4848

4949
Example, from a shell: `open -g "rectangle://execute-action?name=left-half"`
5050

51+
URLs can also be used to ignore/unignore apps.
52+
53+
```
54+
rectangle://execute-task?name=ignore-app
55+
rectangle://execute-task?name=unignore-app
56+
```
57+
A bundle identifier can also be specified, for example:
58+
```
59+
rectangle://execute-task?name=ignore-app&app-bundle-id=com.apple.Safari
60+
```
61+
5162
## Terminal Commands for Hidden Preferences
5263

5364
See [TerminalCommands.md](TerminalCommands.md)
@@ -65,7 +76,7 @@ See [TerminalCommands.md](TerminalCommands.md)
6576

6677
### Rectangle doesn't have the ability to move to other desktops/spaces
6778

68-
Apple never released a public API for Spaces. Other apps that move windows between spaces use unsupported or undesirable ways to achieve this. If Apple decides to release a public API for it, I'll add it in.
79+
Apple never released a public API for doing this. Rectangle Pro has next/prev Space actions, but there are no plans to add those into Rectangle at this time.
6980

7081
### Window resizing is off slightly for iTerm2
7182

0 commit comments

Comments
 (0)