feat(base): Add magit-prime, org-tree-slide, pixel-scroll and eww config

- Install magit-prime package
- Add org-tree-slide with custom start/stop functions and keybindings
- Enable pixel-scroll-precision-mode
- Add basic eww configuration
This commit is contained in:
2026-06-10 03:56:07 +08:00
parent a524b13444
commit 2eae88527a
13 changed files with 95 additions and 15 deletions

View File

@@ -6,7 +6,9 @@
(when *is-linux*
(use-package exwm
:defer t
:hook
(exwm-init . restart-fcitx5)
(exwm-init . my-desktop-init)
:config
(setq pop-up-windows nil)
(setq exwm-workspace-number 1)
@@ -126,11 +128,6 @@
"import -window root ~/Pictures/screenshot-$(date +%Y%m%d-%H%M%S).png")
(desktop-environment-screenshot-partial-command
"import ~/Pictures/screenshot-$(date +%Y%m%d-%H%M%S).png"))
(add-hook 'exwm-init-hook
(lambda ()
(restart-fcitx5)
(my-desktop-init)))
(use-package xdg-launcher
:demand t