Add fuck you

This commit is contained in:
Lizzy Hunt 2023-03-24 15:57:08 -06:00
parent 824c38a2c8
commit 3fda12be68
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49
3 changed files with 7 additions and 5 deletions

View File

@ -65,7 +65,7 @@
#+END_SRC
** Font
#+BEGIN_SRC emacs-lisp
(let ((font "CozetteVector-14"))
(let ((font "CozetteVector-15"))
(set-face-attribute 'default nil :font font)
(set-frame-font font nil t))
#+END_SRC

View File

@ -52,7 +52,7 @@
(setf *mode-line-timeout* 1)
;; Show on each screen
(mapcar
(lambda (x)
(stumpwm:enable-mode-line (stumpwm:current-screen) x t))
(stumpwm:screen-heads (stumpwm:current-screen)))
;;(mapcar
;; (lambda (x)
;; (stumpwm:enable-mode-line (stumpwm:current-screen) x t))
;; (stumpwm:screen-heads (stumpwm:current-screen)))

2
.zshrc
View File

@ -46,6 +46,8 @@ alias gm="git merge"
alias gss="git status"
alias gsh="git stash"
alias gl="git log"
alias fuckuctl="journalctl --user -fu"
alias fuckctl="journalctl -fu"
alias sbcl="rlwrap sbcl"