diff --git a/COPYING b/COPYING index 4dde730d..48776ca0 100644 --- a/COPYING +++ b/COPYING @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Dotfile collection with post-install customisations for GNU/Linux - Copyright (C) 2019-2026 Protesilaos Stavrou + Copyright (C) 2019-2026 Protesilaos This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Protesilaos Stavrou's Dotfiles Copyright (C) 2019-2026 Protesilaos Stavrou + Protesilaos's Dotfiles Copyright (C) 2019-2026 Protesilaos This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/NO-STOW-git/.config/git/config b/NO-STOW-git/.config/git/config index dedd50b9..cb639179 100644 --- a/NO-STOW-git/.config/git/config +++ b/NO-STOW-git/.config/git/config @@ -1,5 +1,5 @@ [user] - name = Protesilaos Stavrou + name = Protesilaos email = info@protesilaos.com signingkey = C3C6BC9BBE2F62C7C586EBAA99BD6459CD5CA3EA [core] diff --git a/dunst/.local/bin/dunst_toggle_notify.sh b/dunst/.local/bin/dunst_toggle_notify.sh index 099b44a3..b81e902b 100755 --- a/dunst/.local/bin/dunst_toggle_notify.sh +++ b/dunst/.local/bin/dunst_toggle_notify.sh @@ -2,7 +2,7 @@ # dunst_toggle_notify --- Notify on Dunst pause/activation # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-email.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-email.el index 440d14d4..b2066961 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-email.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-email.el @@ -1,7 +1,7 @@ ;;;; File with authentication credentials (`auth-source') (prot-emacs-configure (setq auth-sources '("~/.authinfo.gpg") - user-full-name "Protesilaos Stavrou" + user-full-name "Protesilaos" user-mail-address "prot@protesilaos.com")) ;;;; Encryption settings (`mm-encode' and `mml-sec') @@ -23,7 +23,7 @@ (setq mail-header-separator "--text follows this line--") (setq message-elide-ellipsis "\n> [... %l lines elided]\n") (setq compose-mail-user-agent-warnings nil) - (setq message-signature "Protesilaos Stavrou\nhttps://protesilaos.com\n" + (setq message-signature "Protesilaos\nhttps://protesilaos.com\n" mail-signature message-signature) (setq message-citation-line-function #'message-insert-formatted-citation-line) (setq message-citation-line-format (concat "> From: %f\n" diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-gnus.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-gnus.el index 9412145e..08decda0 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-gnus.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-gnus.el @@ -129,7 +129,7 @@ ;; name, this will use the contents of the "To:" field, prefixed by ;; the string I specify. Useful when checking your "Sent" summary or ;; a mailing list you participate in. - (setq gnus-ignored-from-addresses "Protesilaos Stavrou") + (setq gnus-ignored-from-addresses "Protesilaos") (setq gnus-summary-to-prefix "To: ") (setq gnus-summary-line-format "%U%R %-18,18&user-date; %4L:%-25,25f %B%s\n") diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-mu4e.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-mu4e.el index 758c0ae2..d3a3fcf4 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-mu4e.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-mu4e.el @@ -147,7 +147,7 @@ (setq mu4e-compose-complete-addresses nil mu4e-compose-complete-only-personal t) - (setq mu4e-compose-signature "Protesilaos Stavrou\nprotesilaos.com\n") + (setq mu4e-compose-signature "Protesilaos\nprotesilaos.com\n") (setq mu4e-compose-signature-auto-include t) (setq mu4e-context-policy 'pick-first diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-web.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-web.el index d34a57dd..76989c2e 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-web.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-web.el @@ -137,7 +137,7 @@ (setq rcirc-default-nick "protesilaos" rcirc-default-user-name "protesilaos" - rcirc-default-full-name "Protesilaos Stavrou") + rcirc-default-full-name "Protesilaos") ;; ;; NOTE 2021-11-28: demo from the days of EmacsConf 2021. I don't ;; ;; actually need this. diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index 19b1907d..947e4746 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -1,5 +1,5 @@ #+title: GNU Emacs configuration -#+author: Protesilaos Stavrou +#+author: Protesilaos #+email: info@protesilaos.com #+language: en #+options: ':t toc:nil num:t author:t email:t @@ -9708,7 +9708,7 @@ email, which are consulted by miscellaneous pieces Emacs functionality. ;;;; File with authentication credentials (`auth-source') (prot-emacs-configure (setq auth-sources '("~/.authinfo.gpg") - user-full-name "Protesilaos Stavrou" + user-full-name "Protesilaos" user-mail-address "prot@protesilaos.com")) #+end_src @@ -9815,7 +9815,7 @@ most potent I have ever used ([[#h:33151014-3621-4be6-9185-aacc34ee2d2c][Overvie (setq mail-header-separator "--text follows this line--") (setq message-elide-ellipsis "\n> [... %l lines elided]\n") (setq compose-mail-user-agent-warnings nil) - (setq message-signature "Protesilaos Stavrou\nhttps://protesilaos.com\n" + (setq message-signature "Protesilaos\nhttps://protesilaos.com\n" mail-signature message-signature) (setq message-citation-line-function #'message-insert-formatted-citation-line) (setq message-citation-line-format (concat "> From: %f\n" @@ -9983,7 +9983,7 @@ the accounts I set. At any rate, the format of ~notmuch-identities~ is like this: #+begin_example emacs-lisp -(setq notmuch-identities '("Protesilaos Stavrou " "Prot ")) +(setq notmuch-identities '("Protesilaos " "Prot ")) #+end_example While the corresponding ~notmuch-fcc-dirs~ map those accounts to the @@ -10632,7 +10632,7 @@ test it for my themes and (ii) help others who are using it. (setq mu4e-compose-complete-addresses nil mu4e-compose-complete-only-personal t) - (setq mu4e-compose-signature "Protesilaos Stavrou\nprotesilaos.com\n") + (setq mu4e-compose-signature "Protesilaos\nprotesilaos.com\n") (setq mu4e-compose-signature-auto-include t) (setq mu4e-context-policy 'pick-first @@ -10859,7 +10859,7 @@ I keep this here in case I need to test the setup. ;; name, this will use the contents of the "To:" field, prefixed by ;; the string I specify. Useful when checking your "Sent" summary or ;; a mailing list you participate in. - (setq gnus-ignored-from-addresses "Protesilaos Stavrou") + (setq gnus-ignored-from-addresses "Protesilaos") (setq gnus-summary-to-prefix "To: ") (setq gnus-summary-line-format "%U%R %-18,18&user-date; %4L:%-25,25f %B%s\n") @@ -11556,7 +11556,7 @@ only channel I join automatically whenever I do =M-x rcirc= is that of (setq rcirc-default-nick "protesilaos" rcirc-default-user-name "protesilaos" - rcirc-default-full-name "Protesilaos Stavrou") + rcirc-default-full-name "Protesilaos") ;; ;; NOTE 2021-11-28: demo from the days of EmacsConf 2021. I don't ;; ;; actually need this. @@ -11695,9 +11695,9 @@ not test it as much and do not try to make it work for all cases. #+begin_src emacs-lisp :tangle "prot-lisp/prot-abbrev.el" :mkdirp yes ;;; prot-abbrev.el --- Functions for use with abbrev-mode -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -11811,9 +11811,9 @@ Use completion among previous entries, retrieving their data from #+begin_src emacs-lisp :tangle "prot-lisp/prot-comment.el" :mkdirp yes ;;; prot-comment.el --- Extensions newcomment.el for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -11968,9 +11968,9 @@ an alternative date format, as specified by #+begin_src emacs-lisp :tangle "prot-lisp/prot-common.el" :mkdirp yes ;;; prot-common.el --- Common functions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -12442,9 +12442,9 @@ belong to the given subset of CONSEQUENCES. #+begin_src emacs-lisp :tangle "prot-lisp/prot-dired.el" :mkdirp yes ;;; prot-dired.el --- Extensions to dired.el for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -12722,9 +12722,9 @@ Add this to `dired-mode-hook'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-ediff.el" :mkdirp yes ;;; prot-ediff.el --- Ediff extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -12806,9 +12806,9 @@ Also see `prot-ediff-store-layout'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-elisp.el" :mkdirp yes ;;; prot-elisp.el --- Emacs Lisp extras for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -12911,10 +12911,10 @@ Now use `display-buffer-alist' like the Lisp gods intended." #+begin_src emacs-lisp :tangle "prot-lisp/prot-icons.el" :mkdirp yes ;;; prot-icons.el --- Get characters, icons, and symbols for things -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -13283,10 +13283,10 @@ More specifically, return the value of `prot-icons-alphabetic' or #+begin_src emacs-lisp :tangle "prot-lisp/prot-eww.el" :mkdirp yes ;;; prot-eww.el --- Extensions for EWW -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -13429,10 +13429,10 @@ buffer instead of the current one." #+begin_src emacs-lisp :tangle "prot-lisp/prot-minibuffer.el" :mkdirp yes ;;; prot-minibuffer.el --- Extensions for the minibuffer and completions -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -13785,9 +13785,9 @@ property, such that it can be found by `prot-minibuffer-completions-close-help'. #+begin_src emacs-lisp :tangle "prot-lisp/prot-modeline.el" :mkdirp yes ;;; prot-modeline.el --- Code for my custom mode line -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -14419,9 +14419,9 @@ Specific to the current window's mode line.") #+begin_src emacs-lisp :tangle "prot-lisp/prot-notmuch.el" :mkdirp yes ;;; prot-notmuch.el --- Tweaks for my notmuch.el configurations -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -14697,9 +14697,9 @@ Add this to `notmuch-mua-send-hook'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-orderless.el" :mkdirp yes ;;; prot-orderless.el --- Extensions for Orderless -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -14760,9 +14760,9 @@ Add this to `notmuch-mua-send-hook'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-org.el" :mkdirp yes ;;; prot-org.el --- Tweaks for my org-mode configurations -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -15395,9 +15395,9 @@ The path is relative to the `diary-file'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-pair.el" :mkdirp yes ;;; prot-pair.el --- Insert character pair around symbol or region -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -15581,9 +15581,9 @@ controlled by `delete-pair-blink-delay'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-prefix.el" :mkdirp yes ;;; prot-prefix.el --- Prefix keymap for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -15944,9 +15944,9 @@ controlled by `delete-pair-blink-delay'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-project.el" :mkdirp yes ;;; prot-project.el --- Extensions for project.el -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -16128,9 +16128,9 @@ is a string." #+begin_src emacs-lisp :tangle "prot-lisp/prot-register.el" :mkdirp yes ;;; prot-register.el --- Extensions for project.el -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -16291,9 +16291,9 @@ Also see `prot-register-use-dwim'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-scratch.el" :mkdirp yes ;;; prot-scratch.el --- Scratch buffers for editable major mode of choice -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -16423,9 +16423,9 @@ for the given MAJOR-MODE, any text is appended to it." #+begin_src emacs-lisp :tangle "prot-lisp/prot-search.el" :mkdirp yes ;;; prot-search.el --- Extensions to isearch, replace, grep for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -16972,9 +16972,9 @@ and function as links to the context they reference." #+begin_src emacs-lisp :tangle "prot-lisp/prot-shell.el" :mkdirp yes ;;; prot-shell.el --- M-x shell extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -17321,9 +17321,9 @@ Add a bookmark handler for shell buffer and activate the #+begin_src emacs-lisp :tangle "prot-lisp/prot-simple.el" :mkdirp yes ;;; prot-simple.el --- Common commands for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -18527,9 +18527,9 @@ major mode.") #+begin_src emacs-lisp :tangle "prot-lisp/prot-spell.el" :mkdirp yes ;;; prot-spell.el --- Spelling-related extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -18635,9 +18635,9 @@ function. Then you can control the buffer's specifics via #+begin_src emacs-lisp :tangle "prot-lisp/prot-vertico.el" :mkdirp yes ;;; prot-vertico.el --- Custom Vertico extras -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) @@ -18766,9 +18766,9 @@ Else do `vertico-exit'." #+begin_src emacs-lisp :tangle "prot-lisp/prot-window.el" :mkdirp yes ;;; prot-window.el --- Display-buffer and window-related extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-abbrev.el b/emacs/.emacs.d/prot-lisp/prot-abbrev.el index 88eefd77..8a7cae79 100644 --- a/emacs/.emacs.d/prot-lisp/prot-abbrev.el +++ b/emacs/.emacs.d/prot-lisp/prot-abbrev.el @@ -1,8 +1,8 @@ ;;; prot-abbrev.el --- Functions for use with abbrev-mode -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-coach.el b/emacs/.emacs.d/prot-lisp/prot-coach.el index 4ce38ff6..5d0206d5 100644 --- a/emacs/.emacs.d/prot-lisp/prot-coach.el +++ b/emacs/.emacs.d/prot-lisp/prot-coach.el @@ -1,8 +1,8 @@ ;;; prot-coach.el --- Code for my personal coaching sessions -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-comment.el b/emacs/.emacs.d/prot-lisp/prot-comment.el index cd96f693..e1c54878 100644 --- a/emacs/.emacs.d/prot-lisp/prot-comment.el +++ b/emacs/.emacs.d/prot-lisp/prot-comment.el @@ -1,8 +1,8 @@ ;;; prot-comment.el --- Extensions newcomment.el for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-common.el b/emacs/.emacs.d/prot-lisp/prot-common.el index 81b4e27c..297e23b7 100644 --- a/emacs/.emacs.d/prot-lisp/prot-common.el +++ b/emacs/.emacs.d/prot-lisp/prot-common.el @@ -1,8 +1,8 @@ ;;; prot-common.el --- Common functions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-dired.el b/emacs/.emacs.d/prot-lisp/prot-dired.el index e2523373..03c46a50 100644 --- a/emacs/.emacs.d/prot-lisp/prot-dired.el +++ b/emacs/.emacs.d/prot-lisp/prot-dired.el @@ -1,8 +1,8 @@ ;;; prot-dired.el --- Extensions to dired.el for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-ediff.el b/emacs/.emacs.d/prot-lisp/prot-ediff.el index 2930afe5..b01a7e82 100644 --- a/emacs/.emacs.d/prot-lisp/prot-ediff.el +++ b/emacs/.emacs.d/prot-lisp/prot-ediff.el @@ -1,8 +1,8 @@ ;;; prot-ediff.el --- Ediff extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-elisp.el b/emacs/.emacs.d/prot-lisp/prot-elisp.el index 56a381eb..363b5bb7 100644 --- a/emacs/.emacs.d/prot-lisp/prot-elisp.el +++ b/emacs/.emacs.d/prot-lisp/prot-elisp.el @@ -1,8 +1,8 @@ ;;; prot-elisp.el --- Emacs Lisp extras for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-embark.el b/emacs/.emacs.d/prot-lisp/prot-embark.el index f02b1acd..0f400cf2 100644 --- a/emacs/.emacs.d/prot-lisp/prot-embark.el +++ b/emacs/.emacs.d/prot-lisp/prot-embark.el @@ -1,8 +1,8 @@ ;;; prot-embark.el --- Custom Embark keymaps -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1") (embark "0.23")) diff --git a/emacs/.emacs.d/prot-lisp/prot-eww.el b/emacs/.emacs.d/prot-lisp/prot-eww.el index be94a5b8..76feb278 100644 --- a/emacs/.emacs.d/prot-lisp/prot-eww.el +++ b/emacs/.emacs.d/prot-lisp/prot-eww.el @@ -1,9 +1,9 @@ ;;; prot-eww.el --- Extensions for EWW -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-icons.el b/emacs/.emacs.d/prot-lisp/prot-icons.el index 91b277f3..1e439805 100644 --- a/emacs/.emacs.d/prot-lisp/prot-icons.el +++ b/emacs/.emacs.d/prot-lisp/prot-icons.el @@ -1,9 +1,9 @@ ;;; prot-icons.el --- Get characters, icons, and symbols for things -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-marginalia.el b/emacs/.emacs.d/prot-lisp/prot-marginalia.el index 0300e12b..02f39efd 100644 --- a/emacs/.emacs.d/prot-lisp/prot-marginalia.el +++ b/emacs/.emacs.d/prot-lisp/prot-marginalia.el @@ -1,8 +1,8 @@ ;;; prot-marginalia.el --- Code for my custom mode line -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-minibuffer.el b/emacs/.emacs.d/prot-lisp/prot-minibuffer.el index 808a4abf..6b7a7d5d 100644 --- a/emacs/.emacs.d/prot-lisp/prot-minibuffer.el +++ b/emacs/.emacs.d/prot-lisp/prot-minibuffer.el @@ -1,9 +1,9 @@ ;;; prot-minibuffer.el --- Extensions for the minibuffer and completions -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou -;; Maintainer: Protesilaos Stavrou +;; Author: Protesilaos +;; Maintainer: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-modeline.el b/emacs/.emacs.d/prot-lisp/prot-modeline.el index da1a4976..a0a03814 100644 --- a/emacs/.emacs.d/prot-lisp/prot-modeline.el +++ b/emacs/.emacs.d/prot-lisp/prot-modeline.el @@ -1,8 +1,8 @@ ;;; prot-modeline.el --- Code for my custom mode line -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-notmuch.el b/emacs/.emacs.d/prot-lisp/prot-notmuch.el index 726b45bc..ccd2041d 100644 --- a/emacs/.emacs.d/prot-lisp/prot-notmuch.el +++ b/emacs/.emacs.d/prot-lisp/prot-notmuch.el @@ -1,8 +1,8 @@ ;;; prot-notmuch.el --- Tweaks for my notmuch.el configurations -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-orderless.el b/emacs/.emacs.d/prot-lisp/prot-orderless.el index 0733f348..c5132eb1 100644 --- a/emacs/.emacs.d/prot-lisp/prot-orderless.el +++ b/emacs/.emacs.d/prot-lisp/prot-orderless.el @@ -1,8 +1,8 @@ ;;; prot-orderless.el --- Extensions for Orderless -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-org.el b/emacs/.emacs.d/prot-lisp/prot-org.el index 5a69f324..bf85a413 100644 --- a/emacs/.emacs.d/prot-lisp/prot-org.el +++ b/emacs/.emacs.d/prot-lisp/prot-org.el @@ -1,8 +1,8 @@ ;;; prot-org.el --- Tweaks for my org-mode configurations -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-pair.el b/emacs/.emacs.d/prot-lisp/prot-pair.el index 35158d09..3ec5acb8 100644 --- a/emacs/.emacs.d/prot-lisp/prot-pair.el +++ b/emacs/.emacs.d/prot-lisp/prot-pair.el @@ -1,8 +1,8 @@ ;;; prot-pair.el --- Insert character pair around symbol or region -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-prefix.el b/emacs/.emacs.d/prot-lisp/prot-prefix.el index 6ecb250c..16b9ca75 100644 --- a/emacs/.emacs.d/prot-lisp/prot-prefix.el +++ b/emacs/.emacs.d/prot-lisp/prot-prefix.el @@ -1,8 +1,8 @@ ;;; prot-prefix.el --- Prefix keymap for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-project.el b/emacs/.emacs.d/prot-lisp/prot-project.el index 8b89ed16..9469a1fc 100644 --- a/emacs/.emacs.d/prot-lisp/prot-project.el +++ b/emacs/.emacs.d/prot-lisp/prot-project.el @@ -1,8 +1,8 @@ ;;; prot-project.el --- Extensions for project.el -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-register.el b/emacs/.emacs.d/prot-lisp/prot-register.el index 3534050d..7893b9a6 100644 --- a/emacs/.emacs.d/prot-lisp/prot-register.el +++ b/emacs/.emacs.d/prot-lisp/prot-register.el @@ -1,8 +1,8 @@ ;;; prot-register.el --- Extensions for project.el -*- lexical-binding: t -*- -;; Copyright (C) 2025-2026 Protesilaos Stavrou +;; Copyright (C) 2025-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-scratch.el b/emacs/.emacs.d/prot-lisp/prot-scratch.el index 76a9c0cf..fc3f1d95 100644 --- a/emacs/.emacs.d/prot-lisp/prot-scratch.el +++ b/emacs/.emacs.d/prot-lisp/prot-scratch.el @@ -1,8 +1,8 @@ ;;; prot-scratch.el --- Scratch buffers for editable major mode of choice -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-search.el b/emacs/.emacs.d/prot-lisp/prot-search.el index 0885c4f4..2349f840 100644 --- a/emacs/.emacs.d/prot-lisp/prot-search.el +++ b/emacs/.emacs.d/prot-lisp/prot-search.el @@ -1,8 +1,8 @@ ;;; prot-search.el --- Extensions to isearch, replace, grep for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-shell.el b/emacs/.emacs.d/prot-lisp/prot-shell.el index cee0633f..e3d46d38 100644 --- a/emacs/.emacs.d/prot-lisp/prot-shell.el +++ b/emacs/.emacs.d/prot-lisp/prot-shell.el @@ -1,8 +1,8 @@ ;;; prot-shell.el --- M-x shell extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-simple.el b/emacs/.emacs.d/prot-lisp/prot-simple.el index 7fc63724..c5f5477d 100644 --- a/emacs/.emacs.d/prot-lisp/prot-simple.el +++ b/emacs/.emacs.d/prot-lisp/prot-simple.el @@ -1,8 +1,8 @@ ;;; prot-simple.el --- Common commands for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2020-2026 Protesilaos Stavrou +;; Copyright (C) 2020-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-spell.el b/emacs/.emacs.d/prot-lisp/prot-spell.el index 48cddb0d..c06effdd 100644 --- a/emacs/.emacs.d/prot-lisp/prot-spell.el +++ b/emacs/.emacs.d/prot-lisp/prot-spell.el @@ -1,8 +1,8 @@ ;;; prot-spell.el --- Spelling-related extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2021-2026 Protesilaos Stavrou +;; Copyright (C) 2021-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-vertico.el b/emacs/.emacs.d/prot-lisp/prot-vertico.el index 6bb7ce47..c774ba31 100644 --- a/emacs/.emacs.d/prot-lisp/prot-vertico.el +++ b/emacs/.emacs.d/prot-lisp/prot-vertico.el @@ -1,8 +1,8 @@ ;;; prot-vertico.el --- Custom Vertico extras -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/emacs/.emacs.d/prot-lisp/prot-window.el b/emacs/.emacs.d/prot-lisp/prot-window.el index f2fe3386..571e6593 100644 --- a/emacs/.emacs.d/prot-lisp/prot-window.el +++ b/emacs/.emacs.d/prot-lisp/prot-window.el @@ -1,8 +1,8 @@ ;;; prot-window.el --- Display-buffer and window-related extensions for my dotemacs -*- lexical-binding: t -*- -;; Copyright (C) 2023-2026 Protesilaos Stavrou +;; Copyright (C) 2023-2026 Protesilaos -;; Author: Protesilaos Stavrou +;; Author: Protesilaos ;; URL: https://protesilaos.com/emacs/dotemacs ;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.1")) diff --git a/gnome/.local/bin/gnome_custom_keys.sh b/gnome/.local/bin/gnome_custom_keys.sh index 2a22fd93..35facb0d 100755 --- a/gnome/.local/bin/gnome_custom_keys.sh +++ b/gnome/.local/bin/gnome_custom_keys.sh @@ -2,7 +2,7 @@ # gnome_custom_keys.sh --- My custom key bindings for GNOME # -# Copyright (C) 2025-2026 Protesilaos Stavrou +# Copyright (C) 2025-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/mbsync/.local/bin/mbsync_remove_uid.sh b/mbsync/.local/bin/mbsync_remove_uid.sh index a1e29e8f..16535c74 100755 --- a/mbsync/.local/bin/mbsync_remove_uid.sh +++ b/mbsync/.local/bin/mbsync_remove_uid.sh @@ -2,7 +2,7 @@ # mbsync_remove_uid.sh --- Remove the UID from email files. # -# Copyright (C) 2025-2026 Protesilaos Stavrou +# Copyright (C) 2025-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/notmuch/.mail/.notmuch/hooks/post-new b/notmuch/.mail/.notmuch/hooks/post-new index 6d821d43..daaae1e5 100755 --- a/notmuch/.mail/.notmuch/hooks/post-new +++ b/notmuch/.mail/.notmuch/hooks/post-new @@ -2,7 +2,7 @@ # post-new --- Notmuch rules that run after notmuch-new(1) # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/notmuch/.mail/.notmuch/hooks/pre-new b/notmuch/.mail/.notmuch/hooks/pre-new index a2a4dec5..3ba7f16f 100755 --- a/notmuch/.mail/.notmuch/hooks/pre-new +++ b/notmuch/.mail/.notmuch/hooks/pre-new @@ -2,7 +2,7 @@ # pre-new --- Notmuch rules that run before notmuch-new(1) # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config index bc44f58f..034a7d96 100644 --- a/notmuch/.notmuch-config +++ b/notmuch/.notmuch-config @@ -31,7 +31,7 @@ path=/home/prot/.mail # [user] -name=Protesilaos Stavrou +name=Protesilaos primary_email=prot@protesilaos.com other_email=public@protesilaos.com;info@protesilaos.com diff --git a/rofi/.config/rofi/themes/modus-operandi.rasi b/rofi/.config/rofi/themes/modus-operandi.rasi index 1f0eed6f..c47fc2f9 100644 --- a/rofi/.config/rofi/themes/modus-operandi.rasi +++ b/rofi/.config/rofi/themes/modus-operandi.rasi @@ -1,8 +1,8 @@ /** * rofi -dump-theme output. * Rofi version: 1.6.1 - * User: Protesilaos Stavrou - * Copyright: Protesilaos Stavrou --- Released under the GNU GPLv3 + * User: Protesilaos + * Copyright: Protesilaos --- Released under the GNU GPLv3 * Comment: Simple port of the Modus Operandi theme for Emacs (https://protesilaos.com/modus-themes) **/ diff --git a/rofi/.config/rofi/themes/modus-themes-common.rasi b/rofi/.config/rofi/themes/modus-themes-common.rasi index b4132ad5..51ad83a5 100644 --- a/rofi/.config/rofi/themes/modus-themes-common.rasi +++ b/rofi/.config/rofi/themes/modus-themes-common.rasi @@ -1,8 +1,8 @@ /** * rofi -dump-theme output. * Rofi version: 1.6.1 - * User: Protesilaos Stavrou - * Copyright: Protesilaos Stavrou --- Released under the GNU GPLv3 + * User: Protesilaos + * Copyright: Protesilaos --- Released under the GNU GPLv3 * Comment: Simple port of the Modus themes for Emacs (https://protesilaos.com/modus-themes) **/ diff --git a/rofi/.config/rofi/themes/modus-vivendi.rasi b/rofi/.config/rofi/themes/modus-vivendi.rasi index 43257d60..f5fb5d5f 100644 --- a/rofi/.config/rofi/themes/modus-vivendi.rasi +++ b/rofi/.config/rofi/themes/modus-vivendi.rasi @@ -1,8 +1,8 @@ /** * rofi -dump-theme output. * Rofi version: 1.6.1 - * User: Protesilaos Stavrou - * Copyright: Protesilaos Stavrou --- Released under the GNU GPLv3 + * User: Protesilaos + * Copyright: Protesilaos --- Released under the GNU GPLv3 * Comment: Simple port of the Modus Operandi theme for Emacs (https://protesilaos.com/modus-themes) **/ diff --git a/scripts/.local/bin/clr.sh b/scripts/.local/bin/clr.sh index ec6c9498..508be329 100755 --- a/scripts/.local/bin/clr.sh +++ b/scripts/.local/bin/clr.sh @@ -12,7 +12,7 @@ # guidelines), refer to my Tempus themes (partially incorporated in my # dotfiles as well): https://gitlab.com/protesilaos/tempus-themes. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/.local/bin/delight.sh b/scripts/.local/bin/delight.sh index 81a35016..cf079c7d 100755 --- a/scripts/.local/bin/delight.sh +++ b/scripts/.local/bin/delight.sh @@ -2,7 +2,7 @@ # Delight (DE light) --- Toggle DE/WM and Emacs themes # -# Copyright (C) 2020-2026 Protesilaos Stavrou +# Copyright (C) 2020-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/.local/bin/pcb.sh b/scripts/.local/bin/pcb.sh index 7a60fd78..f0622ed4 100755 --- a/scripts/.local/bin/pcb.sh +++ b/scripts/.local/bin/pcb.sh @@ -2,7 +2,7 @@ # pcb --- Print the terminal's active colours. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/.local/bin/poweroptionsmenu.sh b/scripts/.local/bin/poweroptionsmenu.sh index f0dc1ead..dd2ddea1 100755 --- a/scripts/.local/bin/poweroptionsmenu.sh +++ b/scripts/.local/bin/poweroptionsmenu.sh @@ -2,7 +2,7 @@ # poweroptionsmenu --- rofi or dmenu interface for session actions. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/.local/bin/tmr.sh b/scripts/.local/bin/tmr.sh index 9ffb9ade..ab32b216 100755 --- a/scripts/.local/bin/tmr.sh +++ b/scripts/.local/bin/tmr.sh @@ -2,7 +2,7 @@ # tmr --- Bash script to run a simple timer # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/vim/.vim/colors/modus_operandi.vim b/vim/.vim/colors/modus_operandi.vim index cad22699..8fa9dae5 100644 --- a/vim/.vim/colors/modus_operandi.vim +++ b/vim/.vim/colors/modus_operandi.vim @@ -1,7 +1,7 @@ " vi: ft=vim " Name: modus_operandi " Description: Vim port of modus-operandi (Modus themes for Emacs) -" Author: Protesilaos Stavrou, +" Author: Protesilaos, " Meta: Created with the modus-themes-exporter.el library " URL: https://github.com/protesilaos/modus-themes diff --git a/vim/.vim/colors/modus_vivendi.vim b/vim/.vim/colors/modus_vivendi.vim index fd03bdf1..83a9ebf8 100644 --- a/vim/.vim/colors/modus_vivendi.vim +++ b/vim/.vim/colors/modus_vivendi.vim @@ -1,7 +1,7 @@ " vi: ft=vim " Name: modus_vivendi " Description: Vim port of modus-vivendi (Modus themes for Emacs) -" Author: Protesilaos Stavrou, +" Author: Protesilaos, " Meta: Created with the modus-themes-exporter.el library " URL: https://github.com/protesilaos/modus-themes diff --git a/vim/.vim/colors/tempus_autumn.vim b/vim/.vim/colors/tempus_autumn.vim index 319ff897..4b737e5b 100644 --- a/vim/.vim/colors/tempus_autumn.vim +++ b/vim/.vim/colors/tempus_autumn.vim @@ -1,6 +1,6 @@ " Name: Tempus Autumn " Description: Dark theme with a palette inspired by earthly colours (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_classic.vim b/vim/.vim/colors/tempus_classic.vim index e5699c47..c385addb 100644 --- a/vim/.vim/colors/tempus_classic.vim +++ b/vim/.vim/colors/tempus_classic.vim @@ -1,6 +1,6 @@ " Name: Tempus Classic " Description: Dark theme with warm hues (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_dawn.vim b/vim/.vim/colors/tempus_dawn.vim index 9353c2ec..14882510 100644 --- a/vim/.vim/colors/tempus_dawn.vim +++ b/vim/.vim/colors/tempus_dawn.vim @@ -1,6 +1,6 @@ " Name: Tempus Dawn " Description: Light theme with a soft, slightly desaturated palette (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_day.vim b/vim/.vim/colors/tempus_day.vim index de2ef130..80cbfd5c 100644 --- a/vim/.vim/colors/tempus_day.vim +++ b/vim/.vim/colors/tempus_day.vim @@ -1,6 +1,6 @@ " Name: Tempus Day " Description: Light theme with warm colours (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_dusk.vim b/vim/.vim/colors/tempus_dusk.vim index 40d389d1..fc119b8d 100644 --- a/vim/.vim/colors/tempus_dusk.vim +++ b/vim/.vim/colors/tempus_dusk.vim @@ -1,6 +1,6 @@ " Name: Tempus Dusk " Description: Dark theme with a deep blue-ish, slightly desaturated palette (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_fugit.vim b/vim/.vim/colors/tempus_fugit.vim index 65499533..1253b266 100644 --- a/vim/.vim/colors/tempus_fugit.vim +++ b/vim/.vim/colors/tempus_fugit.vim @@ -1,6 +1,6 @@ " Name: Tempus Fugit " Description: Light, pleasant theme optimised for long writing/coding sessions (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_future.vim b/vim/.vim/colors/tempus_future.vim index 3de92f18..3fd97aff 100644 --- a/vim/.vim/colors/tempus_future.vim +++ b/vim/.vim/colors/tempus_future.vim @@ -1,6 +1,6 @@ " Name: Tempus Future " Description: Dark theme with colours inspired by concept art of outer space (WCAG AAA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_night.vim b/vim/.vim/colors/tempus_night.vim index 765d6820..a36358a4 100644 --- a/vim/.vim/colors/tempus_night.vim +++ b/vim/.vim/colors/tempus_night.vim @@ -1,6 +1,6 @@ " Name: Tempus Night " Description: High contrast dark theme with bright colours (WCAG AAA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_past.vim b/vim/.vim/colors/tempus_past.vim index 112b54b9..dae5298e 100644 --- a/vim/.vim/colors/tempus_past.vim +++ b/vim/.vim/colors/tempus_past.vim @@ -1,6 +1,6 @@ " Name: Tempus Past " Description: Light theme inspired by old vaporwave concept art (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_rift.vim b/vim/.vim/colors/tempus_rift.vim index 86c274c8..c8ac71bc 100644 --- a/vim/.vim/colors/tempus_rift.vim +++ b/vim/.vim/colors/tempus_rift.vim @@ -1,6 +1,6 @@ " Name: Tempus Rift " Description: Dark theme with a subdued palette on the green side of the spectrum (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_spring.vim b/vim/.vim/colors/tempus_spring.vim index 7ea00c16..a58f0154 100644 --- a/vim/.vim/colors/tempus_spring.vim +++ b/vim/.vim/colors/tempus_spring.vim @@ -1,6 +1,6 @@ " Name: Tempus Spring " Description: Dark theme with a palette inspired by early spring colours (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_summer.vim b/vim/.vim/colors/tempus_summer.vim index 099f6506..400e834a 100644 --- a/vim/.vim/colors/tempus_summer.vim +++ b/vim/.vim/colors/tempus_summer.vim @@ -1,6 +1,6 @@ " Name: Tempus Summer " Description: Dark theme with colours inspired by summer evenings by the sea (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_tempest.vim b/vim/.vim/colors/tempus_tempest.vim index 4e5ce5c0..6cc34fe5 100644 --- a/vim/.vim/colors/tempus_tempest.vim +++ b/vim/.vim/colors/tempus_tempest.vim @@ -1,6 +1,6 @@ " Name: Tempus Tempest " Description: A green-scale, subtle theme for late night hackers (WCAG AAA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_totus.vim b/vim/.vim/colors/tempus_totus.vim index e05544db..5e2ffd09 100644 --- a/vim/.vim/colors/tempus_totus.vim +++ b/vim/.vim/colors/tempus_totus.vim @@ -1,6 +1,6 @@ " Name: Tempus Totus " Description: Light theme for prose or for coding in an open space (WCAG AAA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_warp.vim b/vim/.vim/colors/tempus_warp.vim index 85584696..71a7555e 100644 --- a/vim/.vim/colors/tempus_warp.vim +++ b/vim/.vim/colors/tempus_warp.vim @@ -1,6 +1,6 @@ " Name: Tempus Warp " Description: Dark theme with a vibrant palette (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/vim/.vim/colors/tempus_winter.vim b/vim/.vim/colors/tempus_winter.vim index d797fa45..4ca85f38 100644 --- a/vim/.vim/colors/tempus_winter.vim +++ b/vim/.vim/colors/tempus_winter.vim @@ -1,6 +1,6 @@ " Name: Tempus Winter " Description: Dark theme with a palette inspired by winter nights at the city (WCAG AA compliant) -" Author: Protesilaos Stavrou (https://protesilaos.com) +" Author: Protesilaos (https://protesilaos.com) " Meta: Created with the Tempus Themes Generator " URL: https://gitlab.com/protesilaos/tempus-themes-generator diff --git a/xorg-twm/.config/bspwm/bspwmrc b/xorg-twm/.config/bspwm/bspwmrc index bfe576ac..d6985e70 100755 --- a/xorg-twm/.config/bspwm/bspwmrc +++ b/xorg-twm/.config/bspwm/bspwmrc @@ -2,7 +2,7 @@ # bspwmrc --- Initialisation script for BSPWM. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.config/herbstluftwm/autostart b/xorg-twm/.config/herbstluftwm/autostart index 59e82976..4497742e 100755 --- a/xorg-twm/.config/herbstluftwm/autostart +++ b/xorg-twm/.config/herbstluftwm/autostart @@ -2,7 +2,7 @@ # hlwm autostart --- Initialisation script for HerbstluftWM # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_adjust_borders.sh b/xorg-twm/.local/bin/bspwm_adjust_borders.sh index 0ebab4f4..1ed27e3a 100755 --- a/xorg-twm/.local/bin/bspwm_adjust_borders.sh +++ b/xorg-twm/.local/bin/bspwm_adjust_borders.sh @@ -2,7 +2,7 @@ # bspwm_adjust_borders --- Change border width in focused BSPWM desktop. # -# Copyright (C) 2023-2026 Protesilaos Stavrou +# Copyright (C) 2023-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_adjust_gaps.sh b/xorg-twm/.local/bin/bspwm_adjust_gaps.sh index 97bca3da..2d1723a2 100755 --- a/xorg-twm/.local/bin/bspwm_adjust_gaps.sh +++ b/xorg-twm/.local/bin/bspwm_adjust_gaps.sh @@ -2,7 +2,7 @@ # bspwm_adjust_gaps --- Change window gaps in focused BSPWM desktop. # -# Copyright (C) 2023-2026 Protesilaos Stavrou +# Copyright (C) 2023-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_conf_colors.sh b/xorg-twm/.local/bin/bspwm_conf_colors.sh index ff84e6c1..0e318816 100755 --- a/xorg-twm/.local/bin/bspwm_conf_colors.sh +++ b/xorg-twm/.local/bin/bspwm_conf_colors.sh @@ -2,7 +2,7 @@ # bspwm_conf_colors --- Configure color settings for BSPWM. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_conf_desktops.sh b/xorg-twm/.local/bin/bspwm_conf_desktops.sh index 63ff65b1..1d96d009 100755 --- a/xorg-twm/.local/bin/bspwm_conf_desktops.sh +++ b/xorg-twm/.local/bin/bspwm_conf_desktops.sh @@ -2,7 +2,7 @@ # bspwm_conf_desktops --- Configure monitor settings for BSPWM. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_conf_xrandr.sh b/xorg-twm/.local/bin/bspwm_conf_xrandr.sh index 9549f003..ca41f67b 100755 --- a/xorg-twm/.local/bin/bspwm_conf_xrandr.sh +++ b/xorg-twm/.local/bin/bspwm_conf_xrandr.sh @@ -2,7 +2,7 @@ # bspwm_conf_xrandr --- BSPWM Xrandr settings for my laptop. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_dynamic_desktops.sh b/xorg-twm/.local/bin/bspwm_dynamic_desktops.sh index 72747f73..45eb6cfb 100755 --- a/xorg-twm/.local/bin/bspwm_dynamic_desktops.sh +++ b/xorg-twm/.local/bin/bspwm_dynamic_desktops.sh @@ -2,7 +2,7 @@ # bspwm_dynamic_desktops --- Dynamic desktops (work spaces) for BSPWM. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_external_rules.sh b/xorg-twm/.local/bin/bspwm_external_rules.sh index 2d0abd4b..d8948170 100755 --- a/xorg-twm/.local/bin/bspwm_external_rules.sh +++ b/xorg-twm/.local/bin/bspwm_external_rules.sh @@ -3,7 +3,7 @@ # External rules for BSPWM. This script is part of my dotfiles: # https://github.com/protesilaos/dotfiles. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_focus_mode.sh b/xorg-twm/.local/bin/bspwm_focus_mode.sh index c8c6712c..a8ffd8b9 100755 --- a/xorg-twm/.local/bin/bspwm_focus_mode.sh +++ b/xorg-twm/.local/bin/bspwm_focus_mode.sh @@ -5,7 +5,7 @@ # This script is meant to be used in my custom desktop session: # https://github.com/protesilaos/dotfiles. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_multifaceted_operation.sh b/xorg-twm/.local/bin/bspwm_multifaceted_operation.sh index 84cb0f67..34eda349 100755 --- a/xorg-twm/.local/bin/bspwm_multifaceted_operation.sh +++ b/xorg-twm/.local/bin/bspwm_multifaceted_operation.sh @@ -4,7 +4,7 @@ # actions defined herein are assigned to key chords (sxhkd). Everything # is part of my dotfiles: https://github.com/protesilaos/dotfiles. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_panel_monocle.sh b/xorg-twm/.local/bin/bspwm_panel_monocle.sh index 9685c491..5f3dd986 100755 --- a/xorg-twm/.local/bin/bspwm_panel_monocle.sh +++ b/xorg-twm/.local/bin/bspwm_panel_monocle.sh @@ -2,7 +2,7 @@ # bspwm_panel_monocle --- Handle monocle layout for the system panel # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_reorder_desktops.sh b/xorg-twm/.local/bin/bspwm_reorder_desktops.sh index 45ef61fd..10b9a1c6 100755 --- a/xorg-twm/.local/bin/bspwm_reorder_desktops.sh +++ b/xorg-twm/.local/bin/bspwm_reorder_desktops.sh @@ -5,7 +5,7 @@ # case the reordering functionality is needed on its own. Everything is # part of my dotfiles: https://github.com/protesilaos/dotfiles. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_smart_move.sh b/xorg-twm/.local/bin/bspwm_smart_move.sh index c3c9cd80..3a556a43 100755 --- a/xorg-twm/.local/bin/bspwm_smart_move.sh +++ b/xorg-twm/.local/bin/bspwm_smart_move.sh @@ -11,7 +11,7 @@ # # Part of my dotfiles: https://github.com/protesilaos/dotfiles # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/bspwm_smart_presel.sh b/xorg-twm/.local/bin/bspwm_smart_presel.sh index 4dbe67ad..cd633ec7 100755 --- a/xorg-twm/.local/bin/bspwm_smart_presel.sh +++ b/xorg-twm/.local/bin/bspwm_smart_presel.sh @@ -4,7 +4,7 @@ # {or a preselection}. This script is part of my dotfiles: # https://github.com/protesilaos/dotfiles. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_adjust_borders.sh b/xorg-twm/.local/bin/herbstluftwm_adjust_borders.sh index bc05f1cd..783ec97e 100755 --- a/xorg-twm/.local/bin/herbstluftwm_adjust_borders.sh +++ b/xorg-twm/.local/bin/herbstluftwm_adjust_borders.sh @@ -2,7 +2,7 @@ # herbstluftwm_adjust_borders --- Change client borders of HerbstluftWM. # -# Copyright (C) 2023-2026 Protesilaos Stavrou +# Copyright (C) 2023-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_adjust_gaps.sh b/xorg-twm/.local/bin/herbstluftwm_adjust_gaps.sh index 7cca73c6..d91b7807 100755 --- a/xorg-twm/.local/bin/herbstluftwm_adjust_gaps.sh +++ b/xorg-twm/.local/bin/herbstluftwm_adjust_gaps.sh @@ -2,7 +2,7 @@ # herbstluftwm_adjust_gaps --- Change frame gaps of HerbstluftWM. # -# Copyright (C) 2023-2026 Protesilaos Stavrou +# Copyright (C) 2023-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh b/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh index 1ea0cb14..46b9acda 100755 --- a/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh +++ b/xorg-twm/.local/bin/herbstluftwm_conf_colors.sh @@ -2,7 +2,7 @@ # herbstluftwm_conf_colors --- Configure color settings for HerbstluftWM. # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_cycle_monitors.sh b/xorg-twm/.local/bin/herbstluftwm_cycle_monitors.sh index 8c858408..c94f794f 100755 --- a/xorg-twm/.local/bin/herbstluftwm_cycle_monitors.sh +++ b/xorg-twm/.local/bin/herbstluftwm_cycle_monitors.sh @@ -2,7 +2,7 @@ # herbstluftwm_cycle_monitors --- Cycle HerbstluftWM monitor layouts. # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_focus_mode.sh b/xorg-twm/.local/bin/herbstluftwm_focus_mode.sh index bfbff474..e2c97454 100755 --- a/xorg-twm/.local/bin/herbstluftwm_focus_mode.sh +++ b/xorg-twm/.local/bin/herbstluftwm_focus_mode.sh @@ -2,7 +2,7 @@ # herbstluftwm_focus_mode --- Focus modus for my HerbstluftWM # -# Copyright (C) 2021-2026 Protesilaos Stavrou +# Copyright (C) 2021-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/herbstluftwm_load_workspace_layout.sh b/xorg-twm/.local/bin/herbstluftwm_load_workspace_layout.sh index f57f88df..cef0db86 100755 --- a/xorg-twm/.local/bin/herbstluftwm_load_workspace_layout.sh +++ b/xorg-twm/.local/bin/herbstluftwm_load_workspace_layout.sh @@ -2,7 +2,7 @@ # herbstluftwm_load_workspace_layout --- Load preset layout in the current workspace # -# Copyright (C) 2024-2026 Protesilaos Stavrou +# Copyright (C) 2024-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg-twm/.local/bin/xtwm_common.sh b/xorg-twm/.local/bin/xtwm_common.sh index 2af84ff6..b4d4de86 100755 --- a/xorg-twm/.local/bin/xtwm_common.sh +++ b/xorg-twm/.local/bin/xtwm_common.sh @@ -2,7 +2,7 @@ # xtwm_common --- Common settings for Xorg Tiling Window Managers # -# Copyright (C) 2023-2026 Protesilaos Stavrou +# Copyright (C) 2023-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg/.config/xterm/modus_operandi.Xcolors b/xorg/.config/xterm/modus_operandi.Xcolors index b76f83e0..58ea17dc 100644 --- a/xorg/.config/xterm/modus_operandi.Xcolors +++ b/xorg/.config/xterm/modus_operandi.Xcolors @@ -1,6 +1,6 @@ ! Theme: modus-operandi ! Description: XTerm port of modus-operandi (Modus themes for Emacs) -! Author: Protesilaos Stavrou, +! Author: Protesilaos, xterm*background: #ffffff xterm*foreground: #000000 xterm*color0: #000000 diff --git a/xorg/.config/xterm/modus_vivendi.Xcolors b/xorg/.config/xterm/modus_vivendi.Xcolors index f00abcdb..e68c7790 100644 --- a/xorg/.config/xterm/modus_vivendi.Xcolors +++ b/xorg/.config/xterm/modus_vivendi.Xcolors @@ -1,6 +1,6 @@ ! Theme: modus-vivendi ! Description: XTerm port of modus-vivendi (Modus themes for Emacs) -! Author: Protesilaos Stavrou, +! Author: Protesilaos, xterm*background: #000000 xterm*foreground: #ffffff xterm*color0: #000000 diff --git a/xorg/.local/bin/repaint_terminals.sh b/xorg/.local/bin/repaint_terminals.sh index 2eeb6242..daee482e 100755 --- a/xorg/.local/bin/repaint_terminals.sh +++ b/xorg/.local/bin/repaint_terminals.sh @@ -2,7 +2,7 @@ # repaint_terminals --- Live update term colours using ANSI escape sequences. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/xorg/.profile b/xorg/.profile index d8e7a5dd..ca260024 100644 --- a/xorg/.profile +++ b/xorg/.profile @@ -1,6 +1,6 @@ # .profile --- Initialisation script for display managers. # -# Copyright (C) 2020-2026 Protesilaos Stavrou +# Copyright (C) 2020-2026 Protesilaos # # This program is free software; you can redistribute it and/or # it under the terms of the GNU General Public License as published by diff --git a/xorg/.xinitrc b/xorg/.xinitrc index a006f9da..d51c8dc8 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -1,6 +1,6 @@ # xinitrc --- Initialisation script for the X server session. # -# Copyright (C) 2019-2026 Protesilaos Stavrou +# Copyright (C) 2019-2026 Protesilaos # # This program is free software; you can redistribute it and/or # it under the terms of the GNU General Public License as published by