This commit is contained in:
tavo-wasd 2024-08-28 23:14:38 -06:00
parent c2410d74fb
commit cdebdb312f
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -234,3 +234,4 @@ mathematica/
godot/ godot/
firmadorlibre/ firmadorlibre/
Upscayl/ Upscayl/
xournalpp/

View file

@ -295,6 +295,7 @@
(global-set-key (kbd "C-=") 'text-scale-increase) (global-set-key (kbd "C-=") 'text-scale-increase)
(global-set-key (kbd "C-+") 'text-scale-increase) (global-set-key (kbd "C-+") 'text-scale-increase)
(global-set-key (kbd "C--") 'text-scale-decrease) (global-set-key (kbd "C--") 'text-scale-decrease)
(global-set-key (kbd "C-s") 'save-buffer)
;; Using RETURN to follow links in Org/Evil ;; Using RETURN to follow links in Org/Evil
(with-eval-after-load 'evil-maps (with-eval-after-load 'evil-maps
(define-key evil-motion-state-map (kbd "SPC") nil) (define-key evil-motion-state-map (kbd "SPC") nil)

6
wrappers/firefox-edu Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env sh
HOME=$HOME/.local/share/mozilla
mkdir -p "$HOME"
exec /usr/bin/firefox -P edu "$@"