mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
emacs/bspwm : update daemon binding
This commit is contained in:
@ -22,6 +22,8 @@ killall nm-applet && nm-applet &
|
||||
killall volumeicon && volumeicon &
|
||||
#killall conky
|
||||
#sleep 3 && conky -c ~/.config/conky/conkyrc
|
||||
emacsclient --eval '(kill-emacs)'
|
||||
emacs --daemon
|
||||
|
||||
~/scripts/random_wallpaper.sh
|
||||
|
||||
|
||||
@ -42,15 +42,15 @@
|
||||
(lambda (frame)
|
||||
;; (setq doom-modeline-icon t)
|
||||
(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))
|
||||
|
||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
||||
|
||||
;; select theme
|
||||
(setq custom-theme-sel 'doom-one)
|
||||
;; default transparency (85 . 85) or (100 . 100)
|
||||
(set-frame-parameter (selected-frame) 'alpha '(85 . 85))
|
||||
|
||||
;; Org setup
|
||||
(setq custom-org-directory "~/org"
|
||||
|
||||
@ -4,8 +4,7 @@ super+Return
|
||||
alacritty
|
||||
#Apps and programs
|
||||
super+e
|
||||
emacs --debug-init
|
||||
#emacsclient -c -a 'emacs'
|
||||
emacsclient -c -a 'emacs'
|
||||
super+b
|
||||
qutebrowser
|
||||
super+f
|
||||
|
||||
Reference in New Issue
Block a user