mirror of
https://github.com/SqrtMinusOne/perspective-exwm.el.git
synced 2025-12-10 12:53:02 +03:00
docs: update README
This commit is contained in:
parent
11177968d7
commit
0f92705ffb
2 changed files with 4 additions and 1 deletions
2
.github/workflows/melpazoid.yml
vendored
2
.github/workflows/melpazoid.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
LOCAL_REPO: ${{ github.workspace }}
|
LOCAL_REPO: ${{ github.workspace }}
|
||||||
# RECIPE is your recipe as written for MELPA:
|
# RECIPE is your recipe as written for MELPA:
|
||||||
RECIPE: (elfeed-summary :repo "SqrtMinusOne/perspective-exwm" :fetcher github)
|
RECIPE: (perspective-exwm repo "SqrtMinusOne/perspective-exwm" :fetcher github)
|
||||||
# set this to false (or remove it) if the package isn't on MELPA:
|
# set this to false (or remove it) if the package isn't on MELPA:
|
||||||
EXIST_OK: false
|
EXIST_OK: false
|
||||||
run: echo $GITHUB_REF && make -C ~/melpazoid
|
run: echo $GITHUB_REF && make -C ~/melpazoid
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,9 @@ The package provides a minor mode, =perspective-exwm-mode=, which is meant to be
|
||||||
|
|
||||||
Set =perspective-exwm-get-exwm-buffer-name= to customize the displayed name, by default it's =exwm-class-name=.
|
Set =perspective-exwm-get-exwm-buffer-name= to customize the displayed name, by default it's =exwm-class-name=.
|
||||||
|
|
||||||
|
- =M-x perspective-exwm-cycle-all-buffers-forward=, =perspective-exwm-cycle-exwm-all-backward=\\
|
||||||
|
The same as above, but not restricted to EXWM buffers.
|
||||||
|
|
||||||
- =M-x perspective-exwm-switch-perspective=\\
|
- =M-x perspective-exwm-switch-perspective=\\
|
||||||
Select a perspective from the list of all perspectives on all workspaces.
|
Select a perspective from the list of all perspectives on all workspaces.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue