init
This commit is contained in:
parent
123157c925
commit
e433bfd70a
@ -3,7 +3,7 @@ gtk-application-prefer-dark-theme=1
|
|||||||
gtk-cursor-theme-name=Oxygen 19 Pink Blossom
|
gtk-cursor-theme-name=Oxygen 19 Pink Blossom
|
||||||
gtk-key-theme-name=Emacs
|
gtk-key-theme-name=Emacs
|
||||||
|
|
||||||
gtk-theme-name=Adwaita
|
gtk-theme-name=Marwaita-s-Dark-Pink
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Adwaita
|
||||||
gtk-font-name=Cantarell 11
|
gtk-font-name=Cantarell 11
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
@ -16,3 +16,4 @@ gtk-enable-input-feedback-sounds=1
|
|||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintfull
|
gtk-xft-hintstyle=hintfull
|
||||||
|
gtk-xft-rgba=rgb
|
||||||
|
@ -63,20 +63,6 @@
|
|||||||
(do-frame-config)
|
(do-frame-config)
|
||||||
(add-hook 'after-make-frame-functions 'disable-scroll-bars))
|
(add-hook 'after-make-frame-functions 'disable-scroll-bars))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** submlimity
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package sublimity
|
|
||||||
:ensure t
|
|
||||||
:straight '(sublimity
|
|
||||||
:type git
|
|
||||||
:host github
|
|
||||||
:repo "zk-phi/sublimity"))
|
|
||||||
|
|
||||||
(require 'sublimity-scroll)
|
|
||||||
;;(require 'sublimity-map) ;; experimental
|
|
||||||
(require 'sublimity-attractive)
|
|
||||||
|
|
||||||
(sublimity-mode 1)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** System path (macos)
|
** System path (macos)
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -107,7 +93,6 @@
|
|||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:ensure t)
|
:ensure t)
|
||||||
(require 'filenotify)
|
(require 'filenotify)
|
||||||
|
|
||||||
(setq *theme-file* "~/theme")
|
(setq *theme-file* "~/theme")
|
||||||
(defun set-system-theme ()
|
(defun set-system-theme ()
|
||||||
(let ((theme
|
(let ((theme
|
||||||
@ -118,7 +103,7 @@
|
|||||||
(setq catppuccin-flavor (if (string-prefix-p "dark" theme) 'mocha 'latte))
|
(setq catppuccin-flavor (if (string-prefix-p "dark" theme) 'mocha 'latte))
|
||||||
(if (not (eq catppuccin-flavor current-flavor))
|
(if (not (eq catppuccin-flavor current-flavor))
|
||||||
(catppuccin-reload))))
|
(catppuccin-reload))))
|
||||||
|
(setq catppuccin-flavor 'latte)
|
||||||
(set-system-theme)
|
(set-system-theme)
|
||||||
(file-notify-add-watch *theme-file* '(change)
|
(file-notify-add-watch *theme-file* '(change)
|
||||||
#'(lambda (event) (set-system-theme)))
|
#'(lambda (event) (set-system-theme)))
|
||||||
@ -248,18 +233,6 @@ must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~
|
|||||||
(use-package auto-complete :ensure t)
|
(use-package auto-complete :ensure t)
|
||||||
(ac-config-default)
|
(ac-config-default)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Copilot
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package copilot
|
|
||||||
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el"))
|
|
||||||
:ensure t
|
|
||||||
:config
|
|
||||||
(setq copilot-indent-offset-warning-disable t))
|
|
||||||
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
|
||||||
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
|
|
||||||
(add-hook 'prog-mode-hook 'copilot-mode)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Company mode
|
** Company mode
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package company
|
(use-package company
|
||||||
|
23
.xinitrc
23
.xinitrc
@ -1,27 +1,16 @@
|
|||||||
#!/bin/sh
|
exec ~/.screenlayout/screenlayout.sh &
|
||||||
|
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||||
export SBCL_HOME=/usr/lib/sbcl
|
|
||||||
export _QWT_TOOLKT=MToolkit
|
|
||||||
|
|
||||||
exec ~/.screenlayout/run.sh &
|
|
||||||
|
|
||||||
exec wmname compiz &
|
|
||||||
|
|
||||||
exec emacs-keys-everywhere &
|
|
||||||
exec picom -b --vsync --backend glx &
|
|
||||||
#exec xmodmap ~/.xmodmap &
|
|
||||||
exec xinput set-prop 10 "Coordinate Transformation Matrix" 1.2 0 0 0 1.2 0 0 0 1.8 &
|
|
||||||
|
|
||||||
exec xsetroot -cursor_name left_ptr &
|
exec xsetroot -cursor_name left_ptr &
|
||||||
exec xset s off &
|
exec xset s off &
|
||||||
exec xset b off &
|
exec xset b off &
|
||||||
exec xset -dpms &
|
exec xset -dpms &
|
||||||
|
|
||||||
exec feh --bg-fill --randomize ~/Wallpapers &
|
exec picom -b &
|
||||||
|
|
||||||
exec sleep 1s && dunst &
|
exec dunst &
|
||||||
|
|
||||||
exec systemd start --user display.target &
|
exec feh --bg-fill --randomize ~/Wallpapers/light &
|
||||||
|
|
||||||
/usr/local/bin/stumpwm
|
while type dwm >/dev/null; do dwm 2>/tmp/dwm.log && continue || break ; done
|
||||||
|
BIN
Wallpapers/.DS_Store
vendored
BIN
Wallpapers/.DS_Store
vendored
Binary file not shown.
9
scripts/machine-specific-zsh/sakomoto.zsh
Normal file
9
scripts/machine-specific-zsh/sakomoto.zsh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
eval "$(zoxide init --cmd z zsh)"
|
||||||
|
|
||||||
|
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||||
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
|
fi
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
. /opt/asdf-vm/asdf.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user