mirror of
https://github.com/SqrtMinusOne/perspective-exwm.el.git
synced 2025-12-10 12:53:02 +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:
|
||||
|
||||
;; 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:
|
||||
(require 'burly)
|
||||
|
|
@ -376,8 +392,8 @@ The mode does a couple of things:
|
|||
anyway.
|
||||
- fixes a bug with running `persp-set-buffer' on an EXWM buffer that
|
||||
was moved between workspaces by advising `persp-buffer-in-other-p'.
|
||||
- fixes a bug when occasionally `persp-set-buffer' copied all the
|
||||
perspectives from another workspaces to the current one
|
||||
- fixes a bug with `persp-set-buffer' copying all the
|
||||
perspectives from other workspaces to the current one
|
||||
- adjusts the name of the inital perspective in the new workspace.
|
||||
It tries to get the name from the
|
||||
`perspective-exwm-override-initial-name' variable and falls back to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue