BSPWM : window manager changed.

This commit is contained in:
2023-04-26 20:18:53 +09:00
parent 698a63c54b
commit 42d571653c
2 changed files with 5 additions and 10 deletions

View File

@ -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&

View File

@ -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