chore(config): Update Emacs configuration with ibuffer and perspective improvements

This commit is contained in:
2026-05-11 22:12:31 +08:00
parent aa4dea523e
commit 61edd16f0c
11 changed files with 102 additions and 17 deletions

View File

@@ -132,9 +132,7 @@
(add-hook 'exwm-init-hook
(lambda ()
(if (zerop (shell-command "pgrep -x fcitx5"))
(restart-fcitx5)
(start-process-shell-command "fcitx5" nil "fcitx5 -d"))
(restart-fcitx5)
(unless (zerop (shell-command "pgrep -x mihomo"))
(start-process-shell-command "mihomo" nil "mihomo -d ~/.config/mihomo/"))
(start-process-shell-command "xrandr-refresh" nil "xrandr --output DP-4 --mode 2560x1440 --rate 165.00")