emacs/bspwm : update daemon binding

This commit is contained in:
2025-03-16 12:48:19 +09:00
parent 7bc66f159d
commit 631b54fbcd
3 changed files with 6 additions and 5 deletions

View File

@ -22,6 +22,8 @@ killall nm-applet && nm-applet &
killall volumeicon && volumeicon & killall volumeicon && volumeicon &
#killall conky #killall conky
#sleep 3 && conky -c ~/.config/conky/conkyrc #sleep 3 && conky -c ~/.config/conky/conkyrc
emacsclient --eval '(kill-emacs)'
emacs --daemon
~/scripts/random_wallpaper.sh ~/scripts/random_wallpaper.sh

View File

@ -42,15 +42,15 @@
(lambda (frame) (lambda (frame)
;; (setq doom-modeline-icon t) ;; (setq doom-modeline-icon t)
(with-selected-frame frame (with-selected-frame frame
(custom-setup-fonts)))) (custom-setup-fonts)
;; default transparency (85 . 85) or (100 . 100)
(set-frame-parameter (selected-frame) 'alpha '(85 . 85)))))
(custom-setup-fonts)) (custom-setup-fonts))
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
;; select theme ;; select theme
(setq custom-theme-sel 'doom-one) (setq custom-theme-sel 'doom-one)
;; default transparency (85 . 85) or (100 . 100)
(set-frame-parameter (selected-frame) 'alpha '(85 . 85))
;; Org setup ;; Org setup
(setq custom-org-directory "~/org" (setq custom-org-directory "~/org"

View File

@ -4,8 +4,7 @@ super+Return
alacritty alacritty
#Apps and programs #Apps and programs
super+e super+e
emacs --debug-init emacsclient -c -a 'emacs'
#emacsclient -c -a 'emacs'
super+b super+b
qutebrowser qutebrowser
super+f super+f