This commit is contained in:
2022-07-10 22:15:42 -07:00
parent 4f2aa94939
commit 1171307587
6 changed files with 25 additions and 26 deletions
+1
View File
@@ -19,6 +19,7 @@
'(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65"))
'(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a"))
'(objed-cursor-color "#ff6c6b")
'(package-selected-packages '(quelpa-use-package use-package bind-key quelpa))
'(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34"))
'(rustic-ansi-faces
["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
+4 -7
View File
@@ -25,7 +25,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
ligatures ; ligatures and symbols to make your code pretty again
;;ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
@@ -34,7 +34,7 @@
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages
;;unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows
@@ -104,13 +104,10 @@
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
;;cc ; C > C++ == 1
<<<<<<< HEAD
clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
=======
;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
>>>>>>> 47f02ddba8cf239172e5aa36884fa59360472389
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans
@@ -130,7 +127,7 @@
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
hy ; readability of scheme w/ speed of python
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
;;json ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
@@ -151,7 +148,7 @@
;;purescript ; javascript, but functional
python ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
racket ; a DSL for DSLs
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
+2 -2
View File
@@ -5,7 +5,7 @@
(package! org-bullets)
(package! visual-fill-column)
(package! plisp-mode)
(package! org-pomodoro)
(package! org-make-toc)
(package! modus-themes)
(package! quelpa)
(package! quelpa-use-package)
+10 -8
View File
@@ -157,6 +157,9 @@ bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to pe
# Notifications
exec_always --no-startup-id dunst
# flash focus
exec flashfocus
# Clamshell Mode Script
exec_always ~/.config/sway/clamshell.sh
@@ -188,8 +191,6 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
# Wlsunset (Night Light)
exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
# flash focus
exec_always flashfocus
set $opacity 0.98
for_window [class=".*"] opacity $opacity
@@ -254,13 +255,14 @@ bindswitch --reload --locked lid:off output $laptop enable
#output DP6 bg /home/opal/.config/wallpapers/3.jpg fill #050402
#output DP-5 bg /home/opal/.config/wallpapers/3.jpg fill #050402
#output eDP-1 bg /home/opal/downloads/img01.jpg fill #000000
#output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402
output DP-1 scale 1
output DP-1 pos 2560 0 res 1920x1200 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
output HDMI-A-1 scale 1
output HDMI-A-1 pos 0 0 res 2560x1440 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
output HDMI-A-1 bg /home/opal/.config/wallpapers/buffalo.jpg fill #050402
output eDP-1 scale 1
output eDP-1 pos 740 1440 res 1920x1200 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
output DP-6 scale 1
output DP-6 pos 0 0 res 3440x1440 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
output DP-5 scale 1
output DP-5 pos 0 0 res 3440x1440 bg ~/opalfiles/.config/wallpapers/buffalo.jpg fill
# Assign workspaces to numbers
set $ws1 number 1
+2
View File
@@ -9,6 +9,8 @@
eval $(keychain --eval --quiet ry_ecdsa)
export XDG_CURRENT_DESKTOP=Unity
export MOZ_ENABLE_WAYLAND=1
export _JAVA_AWT_WM_NONREPARENTING=1
export BROWSER=/usr/bin/qutebrowser
export BW_SESSION="yWLHouCQOUDNWXOgK7eX/7lN4hvkqwyyjhfvhKlDwGjJOEpNX6G9dA/FLUqJ+QCpHxnGrVFDhmYjpGPmZZ+cnA=="
export XDG_CONFIG_HOME=~/.config
+6 -9
View File
@@ -277,10 +277,10 @@ Rss reader
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/packages.el
(package! org-bullets)
(package! visual-fill-column)
(package! plisp-mode)
(package! org-pomodoro)
(package! org-make-toc)
(package! modus-themes)
(package! quelpa)
(package! quelpa-use-package)
#+end_src
* Init.el
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/init.el
@@ -311,7 +311,7 @@ Rss reader
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
ligatures ; ligatures and symbols to make your code pretty again
;;ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
@@ -320,7 +320,7 @@ Rss reader
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages
;;unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows
@@ -390,13 +390,10 @@ Rss reader
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
;;cc ; C > C++ == 1
<<<<<<< HEAD
clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
=======
;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all
>>>>>>> 47f02ddba8cf239172e5aa36884fa59360472389
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c
;;csharp ; unity, .NET, and mono shenanigans
@@ -416,7 +413,7 @@ Rss reader
;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect
;;(haskell +lsp) ; a language that's lazier than I am
hy ; readability of scheme w/ speed of python
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
;;json ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
@@ -437,7 +434,7 @@ Rss reader
;;purescript ; javascript, but functional
python ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
racket ; a DSL for DSLs
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client
;;rst ; ReST in peace