summaryrefslogtreecommitdiff
path: root/home/dots
diff options
context:
space:
mode:
Diffstat (limited to 'home/dots')
-rw-r--r--home/dots/.emacs11
-rw-r--r--home/dots/.emacs.d/elisp/custom-keymaps.el (renamed from home/dots/.emacs.d/elisp/keymaps.el)0
-rw-r--r--home/dots/.local/share/fonts/ARIBL0.ttfbin0 -> 57448 bytes
-rw-r--r--home/dots/.local/share/fonts/ArialTh.ttfbin0 -> 40980 bytes
-rw-r--r--home/dots/.local/share/fonts/Arialn.ttfbin0 -> 60012 bytes
-rw-r--r--home/dots/.local/share/fonts/arial.ttfbin0 -> 915212 bytes
6 files changed, 10 insertions, 1 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs
index ca901bc..dd9adfb 100644
--- a/home/dots/.emacs
+++ b/home/dots/.emacs
@@ -93,6 +93,12 @@
(exwm-input-set-key (kbd "C-<print>")
(lambda () (interactive)
(shell-command "scrot -s -F '/home/mccd/screenshots/%Y-%m-%d_$wx$h.png'")))
+ (exwm-input-set-key (kbd "<XF86MonBrightnessDown>")
+ (lambda () (interactive)
+ (shell-command "brightnessctl set 5%- 1> /dev/null")))
+ (exwm-input-set-key (kbd "<XF86MonBrightnessUp>")
+ (lambda () (interactive)
+ (shell-command "brightnessctl set +5% 1> /dev/null")))
(exwm-input-set-key (kbd "s-<SPC>")
(lambda (cmd) ;; s-&: Launch application.
(interactive (list (read-shell-command "$ ")))
@@ -400,7 +406,7 @@
(css-mode . (lambda ((interactive)
(setq-local tab-width 2)
(setq sgml-basic-offset 2
- indent-tabs-mode t))))))
+ indent-tabs-mode t))))
(html-mode . (lambda ()
(interactive)
(setq-local tab-width 2)
@@ -489,6 +495,9 @@
(define-key eglot-mode-map (kbd "C-c r") 'eglot-rename)
(define-key eglot-mode-map (kbd "C-c o") 'eglot-code-actions)
:hook
+ (css-mode . eglot-ensure)
+ (html-mode . eglot-ensure)
+ (javascript-mode . eglot-ensure)
(nix-mode . eglot-ensure)
(go-mode . eglot-ensure))
diff --git a/home/dots/.emacs.d/elisp/keymaps.el b/home/dots/.emacs.d/elisp/custom-keymaps.el
index 7c6d614..7c6d614 100644
--- a/home/dots/.emacs.d/elisp/keymaps.el
+++ b/home/dots/.emacs.d/elisp/custom-keymaps.el
diff --git a/home/dots/.local/share/fonts/ARIBL0.ttf b/home/dots/.local/share/fonts/ARIBL0.ttf
new file mode 100644
index 0000000..a1e68a3
--- /dev/null
+++ b/home/dots/.local/share/fonts/ARIBL0.ttf
Binary files differ
diff --git a/home/dots/.local/share/fonts/ArialTh.ttf b/home/dots/.local/share/fonts/ArialTh.ttf
new file mode 100644
index 0000000..614f0af
--- /dev/null
+++ b/home/dots/.local/share/fonts/ArialTh.ttf
Binary files differ
diff --git a/home/dots/.local/share/fonts/Arialn.ttf b/home/dots/.local/share/fonts/Arialn.ttf
new file mode 100644
index 0000000..5799f41
--- /dev/null
+++ b/home/dots/.local/share/fonts/Arialn.ttf
Binary files differ
diff --git a/home/dots/.local/share/fonts/arial.ttf b/home/dots/.local/share/fonts/arial.ttf
new file mode 100644
index 0000000..ad7d8ea
--- /dev/null
+++ b/home/dots/.local/share/fonts/arial.ttf
Binary files differ