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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user