mirror of
https://github.com/SqrtMinusOne/perspective-exwm.el.git
synced 2025-12-10 20:53:03 +03:00
docs: better docs
This commit is contained in:
parent
c66fd7d763
commit
6d3caf4cd0
1 changed files with 19 additions and 3 deletions
|
|
@ -26,7 +26,23 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; TODO
|
;; A couple of tricks and fixes to make using EXWM and perspective.el
|
||||||
|
;; a better experience.
|
||||||
|
;;
|
||||||
|
;; Most importantly, this package provides `perspective-exwm-mode',
|
||||||
|
;; which fixes certain annoying issues between the two packages. Take
|
||||||
|
;; a look at its docstring for more info.
|
||||||
|
;;
|
||||||
|
;; Other useful functions are:
|
||||||
|
;; - `perspective-exwm-cycle-exwm-buffers-backward' and
|
||||||
|
;; `perspective-exwm-cycle-exwm-buffers-backward'
|
||||||
|
;; - `perspective-exwm-switch-perspective'
|
||||||
|
;; - `perspective-exwm-copy-to-workspace' and
|
||||||
|
;; `perspective-exwm-move-to-workspace'
|
||||||
|
;;
|
||||||
|
;; Finally, take a look at the package README at
|
||||||
|
;; <https://github.com/SqrtMinusOne/perspective-exwm.el> for more
|
||||||
|
;; information.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'burly)
|
(require 'burly)
|
||||||
|
|
@ -376,8 +392,8 @@ The mode does a couple of things:
|
||||||
anyway.
|
anyway.
|
||||||
- fixes a bug with running `persp-set-buffer' on an EXWM buffer that
|
- fixes a bug with running `persp-set-buffer' on an EXWM buffer that
|
||||||
was moved between workspaces by advising `persp-buffer-in-other-p'.
|
was moved between workspaces by advising `persp-buffer-in-other-p'.
|
||||||
- fixes a bug when occasionally `persp-set-buffer' copied all the
|
- fixes a bug with `persp-set-buffer' copying all the
|
||||||
perspectives from another workspaces to the current one
|
perspectives from other workspaces to the current one
|
||||||
- adjusts the name of the inital perspective in the new workspace.
|
- adjusts the name of the inital perspective in the new workspace.
|
||||||
It tries to get the name from the
|
It tries to get the name from the
|
||||||
`perspective-exwm-override-initial-name' variable and falls back to
|
`perspective-exwm-override-initial-name' variable and falls back to
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue