update
This commit is contained in:
parent
c2410d74fb
commit
cdebdb312f
3 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -234,3 +234,4 @@ mathematica/
|
|||
godot/
|
||||
firmadorlibre/
|
||||
Upscayl/
|
||||
xournalpp/
|
||||
|
|
|
@ -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-decrease)
|
||||
(global-set-key (kbd "C-s") 'save-buffer)
|
||||
;; Using RETURN to follow links in Org/Evil
|
||||
(with-eval-after-load 'evil-maps
|
||||
(define-key evil-motion-state-map (kbd "SPC") nil)
|
||||
|
|
6
wrappers/firefox-edu
Executable file
6
wrappers/firefox-edu
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/mozilla
|
||||
mkdir -p "$HOME"
|
||||
|
||||
exec /usr/bin/firefox -P edu "$@"
|
Loading…
Reference in a new issue