This commit is contained in:
Elizabeth Hunt 2024-09-01 21:09:09 -07:00
parent 123157c925
commit e433bfd70a
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
5 changed files with 19 additions and 47 deletions

View File

@ -3,7 +3,7 @@ gtk-application-prefer-dark-theme=1
gtk-cursor-theme-name=Oxygen 19 Pink Blossom
gtk-key-theme-name=Emacs
gtk-theme-name=Adwaita
gtk-theme-name=Marwaita-s-Dark-Pink
gtk-icon-theme-name=Adwaita
gtk-font-name=Cantarell 11
gtk-cursor-theme-size=0
@ -16,3 +16,4 @@ gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

View File

@ -63,20 +63,6 @@
(do-frame-config)
(add-hook 'after-make-frame-functions 'disable-scroll-bars))
#+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
** System path (macos)
#+BEGIN_SRC emacs-lisp
@ -107,7 +93,6 @@
(use-package catppuccin-theme
:ensure t)
(require 'filenotify)
(setq *theme-file* "~/theme")
(defun set-system-theme ()
(let ((theme
@ -118,7 +103,7 @@
(setq catppuccin-flavor (if (string-prefix-p "dark" theme) 'mocha 'latte))
(if (not (eq catppuccin-flavor current-flavor))
(catppuccin-reload))))
(setq catppuccin-flavor 'latte)
(set-system-theme)
(file-notify-add-watch *theme-file* '(change)
#'(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)
(ac-config-default)
#+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
#+BEGIN_SRC emacs-lisp
(use-package company

View File

@ -1,27 +1,16 @@
#!/bin/sh
exec ~/.screenlayout/screenlayout.sh &
export _JAVA_AWT_WM_NONREPARENTING=1
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 &
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
exec xsetroot -cursor_name left_ptr &
exec xset s off &
exec xset s off &
exec xset b off &
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

Binary file not shown.

View 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