From 42d571653c375a0561e81034dae8922663ebcab2 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Wed, 26 Apr 2023 20:18:53 +0900 Subject: [PATCH] BSPWM : window manager changed. --- .config/bspwm/autostart | 10 +++++----- .config/emacs/emacs.org | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.config/bspwm/autostart b/.config/bspwm/autostart index c9a3efe..23d1743 100755 --- a/.config/bspwm/autostart +++ b/.config/bspwm/autostart @@ -26,9 +26,9 @@ picom & # Statusbar #eww -c ~/.config/eww/eww-bar open bar -eww -c ~/.config/eww/mybar open bar_right -eww -c ~/.config/eww/mybar open bar_center -eww -c ~/.config/eww/mybar open bar_left +#eww -c ~/.config/eww/mybar open bar_right +#eww -c ~/.config/eww/mybar open bar_center +#eww -c ~/.config/eww/mybar open bar_left #killall polybar #polybar -c ~/.config/eww/mybar/polybar_tray.ini tray& @@ -73,8 +73,8 @@ eww -c ~/.config/eww/mybar open bar_left #.bscripts/borders.sh& # Emacs Daemon -emacs --daemon +#emacs --daemon # Launch keybinding daemon killall sxhkd -sxhkd -c ~/.config/bspwm/sxhkdrc > /dev/null 2> /dev/null& +sxhkd -c ~/.config/sxhkd/sxhkdrc > /dev/null 2> /dev/null& diff --git a/.config/emacs/emacs.org b/.config/emacs/emacs.org index 8d333b4..7a64697 100755 --- a/.config/emacs/emacs.org +++ b/.config/emacs/emacs.org @@ -1694,11 +1694,6 @@ calendar https://github.com/xenodium/chatgpt-shell #+begin_src emacs-lisp :mkdirp yes :tangle ~/.config/emacs/modules/custom-extra.el (use-package chatgpt-shell - :disabled - :straight - (chatgpt-shell :type git - :host github - :repo "xenodium/chatgpt-shell") :config (setq chatgpt-shell-openai-key "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")) #+end_src