diff --git a/bin/bin/clr b/bin/bin/clr index b8c35470..a110009c 100755 --- a/bin/bin/clr +++ b/bin/bin/clr @@ -4,7 +4,7 @@ # Implements the formula provided by the Web Content Accessibility # Guidelines (WCAG) 2.0: https://www.w3.org/TR/WCAG20-TECHS/G18.html # -# CLR is part of my dotfiles: https://gitlab.com/protesilaos/dotfiles. +# CLR is part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. # Apart from its utility, this script has been developed as a means of # practicing certain shell scripting techniques. # diff --git a/bin/bin/delight b/bin/bin/delight index 68820a11..9d89500d 100755 --- a/bin/bin/delight +++ b/bin/bin/delight @@ -23,7 +23,7 @@ # centred around my BSPWM/HerbstluftWM or Sway setup. For the standard # DEs, this has been tested with GNOME 42 and Xfce 4.16. # -# Part of my dotfiles: . +# Part of my dotfiles: . ### Code: @@ -51,7 +51,7 @@ _emacs () pgrep -x emacs > /dev/null || return 1 # Just switch to the appropriate theme for Emacs: - # https://gitlab.com/protesilaos/modus-themes + # https://git.sr.ht/~protesilaos/modus-themes case "$1" in l*) emacsclient -e "(modus-themes-load-operandi)" > /dev/null ;; diff --git a/bin/bin/tmr b/bin/bin/tmr index a7c58295..7365d933 100755 --- a/bin/bin/tmr +++ b/bin/bin/tmr @@ -24,7 +24,7 @@ # # Distributed as part of my dotfiles, since I use it daily, though it # technically is not an integral part of my custom desktop session: -# https://gitlab.com/protesilaos/dotfiles. +# https://git.sr.ht/~protesilaos/dotfiles. # # TMR dependencies: # mpv libnotify (libnotify-bin) sound-theme-freedesktop diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 8d4948ef..97f4f791 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -20,7 +20,7 @@ ## Commentary: # # This file is part of my custom desktop session: -# . +# . ### Essentials diff --git a/bspwm/bin/bspwm_dynamic_desktops b/bspwm/bin/bspwm_dynamic_desktops index 8191fc93..a87ecb9c 100755 --- a/bspwm/bin/bspwm_dynamic_desktops +++ b/bspwm/bin/bspwm_dynamic_desktops @@ -43,7 +43,7 @@ # this script's commands). # # `bspwm_dynamic_desktops' is part of my dotfiles (which also offer a -# complete implementation): https://gitlab.com/protesilaos/dotfiles +# complete implementation): https://git.sr.ht/~protesilaos/dotfiles diff --git a/bspwm/bin/bspwm_external_rules b/bspwm/bin/bspwm_external_rules index 1b708d63..42d33bbe 100755 --- a/bspwm/bin/bspwm_external_rules +++ b/bspwm/bin/bspwm_external_rules @@ -1,7 +1,7 @@ #!/bin/bash # External rules for BSPWM. This script is part of my dotfiles: -# https://gitlab.com/protesilaos/dotfiles. +# https://git.sr.ht/~protesilaos/dotfiles. # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/bspwm/bin/bspwm_focus_mode b/bspwm/bin/bspwm_focus_mode index 2e236c8b..69bf7d58 100755 --- a/bspwm/bin/bspwm_focus_mode +++ b/bspwm/bin/bspwm_focus_mode @@ -3,7 +3,7 @@ # bspwm focus mode --- removes gaps, padding, panel from the viewport. # # This script is meant to be used in my custom desktop session: -# https://gitlab.com/protesilaos/dotfiles. +# https://git.sr.ht/~protesilaos/dotfiles. # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/bspwm/bin/bspwm_multifaceted_operation b/bspwm/bin/bspwm_multifaceted_operation index f40d29b2..d3f40089 100755 --- a/bspwm/bin/bspwm_multifaceted_operation +++ b/bspwm/bin/bspwm_multifaceted_operation @@ -2,7 +2,7 @@ # Facilitates BSPWM operations over multiple selection paths. The # actions defined herein are assigned to key chords (sxhkd). Everything -# is part of my dotfiles: https://gitlab.com/protesilaos/dotfiles. +# is part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/bspwm/bin/bspwm_reorder_desktops b/bspwm/bin/bspwm_reorder_desktops index db57a108..5cf0313c 100755 --- a/bspwm/bin/bspwm_reorder_desktops +++ b/bspwm/bin/bspwm_reorder_desktops @@ -3,7 +3,7 @@ # Reorder BSPWM desktops. This is an excerpt of another script I have # that implements dynamic desktop creation/deletion. It is kept here in # case the reordering functionality is needed on its own. Everything is -# part of my dotfiles: https://gitlab.com/protesilaos/dotfiles. +# part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/bspwm/bin/bspwm_smart_move b/bspwm/bin/bspwm_smart_move index 73978a11..57d25716 100755 --- a/bspwm/bin/bspwm_smart_move +++ b/bspwm/bin/bspwm_smart_move @@ -9,7 +9,7 @@ # the latter scenario, inputting the direction twice will thus move the # focused window out of its current layout and into the receptacle. # -# Part of my dotfiles: https://gitlab.com/protesilaos/dotfiles +# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/bspwm/bin/bspwm_smart_presel b/bspwm/bin/bspwm_smart_presel index 27235ca2..31fb8d70 100755 --- a/bspwm/bin/bspwm_smart_presel +++ b/bspwm/bin/bspwm_smart_presel @@ -2,7 +2,7 @@ # Lets BSPWM send the marked {or just the focused} node to a receptacle # {or a preselection}. This script is part of my dotfiles: -# https://gitlab.com/protesilaos/dotfiles. +# https://git.sr.ht/~protesilaos/dotfiles. # # Copyright (c) 2019-2022 Protesilaos Stavrou # diff --git a/dunst/bin/dunst_toggle_notify b/dunst/bin/dunst_toggle_notify index 4f96abf1..8ffeebf9 100755 --- a/dunst/bin/dunst_toggle_notify +++ b/dunst/bin/dunst_toggle_notify @@ -19,7 +19,7 @@ # ### Commentary: # -# Part of my dotfiles: . +# Part of my dotfiles: . command -v dunstctl > /dev/null || { echo "ERROR: No 'dunstctl'." ; exit 1 ; } diff --git a/emacs/.emacs.d/early-init.el b/emacs/.emacs.d/early-init.el index 46f66435..fd3143cd 100644 --- a/emacs/.emacs.d/early-init.el +++ b/emacs/.emacs.d/early-init.el @@ -30,7 +30,7 @@ ;; behaviour is to start the package manager before loading the init ;; file. ;; -;; See my dotfiles: https://gitlab.com/protesilaos/dotfiles +;; See my dotfiles: https://git.sr.ht/~protesilaos/dotfiles ;;; Code: diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 2b75d1f1..5859995a 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -30,7 +30,7 @@ ;; audience that includes new or potential users (I am still very new ;; myself). ;; -;; See my dotfiles: https://gitlab.com/protesilaos/dotfiles +;; See my dotfiles: https://git.sr.ht/~protesilaos/dotfiles ;;; Code: diff --git a/emacs/.emacs.d/prot-emacs.el b/emacs/.emacs.d/prot-emacs.el index c5fa9e0e..90c41eb3 100644 --- a/emacs/.emacs.d/prot-emacs.el +++ b/emacs/.emacs.d/prot-emacs.el @@ -361,8 +361,8 @@ ;; as it explains what those property lists should contain. ;; ;; The version of "Hack" that I custom is a custom build on mine: - ;; . Same principle for - ;; Iosevka Comfy: . + ;; . Same principle for + ;; Iosevka Comfy: . (setq prot-fonts-typeface-sets-alist '((small . ( :fixed-pitch-family "Hack" :fixed-pitch-regular-weight regular diff --git a/emacs/.emacs.d/prot-lisp/lin.el b/emacs/.emacs.d/prot-lisp/lin.el index 26fa6d3c..2d86c8e1 100644 --- a/emacs/.emacs.d/prot-lisp/lin.el +++ b/emacs/.emacs.d/prot-lisp/lin.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; Author: Protesilaos Stavrou -;; URL: https://gitlab.com/protesilaos/lin +;; URL: https://git.sr.ht/~protesilaos/lin ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience, faces, theme diff --git a/emacs/.emacs.d/prot-lisp/logos.el b/emacs/.emacs.d/prot-lisp/logos.el index 6aeabecb..3608f280 100644 --- a/emacs/.emacs.d/prot-lisp/logos.el +++ b/emacs/.emacs.d/prot-lisp/logos.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2022 Free Software Foundation, Inc. ;; Author: Protesilaos Stavrou -;; URL: https://gitlab.com/protesilaos/logos +;; URL: https://git.sr.ht/~protesilaos/logos ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience, focus, writing, presentation, narrowing diff --git a/emacs/.emacs.d/prot-lisp/modus-themes-exporter.el b/emacs/.emacs.d/prot-lisp/modus-themes-exporter.el index 5ed11afc..0fd7f34c 100644 --- a/emacs/.emacs.d/prot-lisp/modus-themes-exporter.el +++ b/emacs/.emacs.d/prot-lisp/modus-themes-exporter.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2021-2022 Protesilaos Stavrou ;; Author: Protesilaos Stavrou -;; URL: https://gitlab.com/protesilaos/modus-themes +;; URL: https://git.sr.ht/~protesilaos/modus-themes ;; Version: 0.0.0 ;; Package-Requires: ((emacs "28.1")) ;; Keywords: faces, theme, accessibility @@ -265,7 +265,7 @@ "\" Description: Vim port of " theme-name " (Modus themes for Emacs)" "\n" "\" Author: Protesilaos Stavrou, " "\n" "\" Meta: Created with the modus-themes-exporter.el library" "\n" -"\" URL: https://gitlab.com/protesilaos/modus-themes" "\n" +"\" URL: https://git.sr.ht/~protesilaos/modus-themes" "\n" "\n" "set background=" variant "\n" "hi clear" "\n" diff --git a/emacs/.emacs.d/prot-lisp/prot-fonts.el b/emacs/.emacs.d/prot-lisp/prot-fonts.el index acd07493..71ebd722 100644 --- a/emacs/.emacs.d/prot-lisp/prot-fonts.el +++ b/emacs/.emacs.d/prot-lisp/prot-fonts.el @@ -42,8 +42,8 @@ ;; NOTE: "Hack" and "Iosevka Comfy" are personal builds of Hack and ;; Iosevka respectively: ;; -;; 1. https://gitlab.com/protesilaos/hack-font-mod -;; 2. https://gitlab.com/protesilaos/iosevka-comfy +;; 1. https://git.sr.ht/~protesilaos/hack-font-mod +;; 2. https://git.sr.ht/~protesilaos/iosevka-comfy (defcustom prot-fonts-typeface-sets-alist '((small . ( :fixed-pitch-family "Hack" :fixed-pitch-regular-weight regular diff --git a/emacs/.emacs.d/prot-lisp/prot-minibuffer-mct-deprecated.org b/emacs/.emacs.d/prot-lisp/prot-minibuffer-mct-deprecated.org index 343b273b..33e56fac 100644 --- a/emacs/.emacs.d/prot-lisp/prot-minibuffer-mct-deprecated.org +++ b/emacs/.emacs.d/prot-lisp/prot-minibuffer-mct-deprecated.org @@ -162,7 +162,7 @@ code that leverages =avy=. ;; I use this prefix for other searches (define-key minibuffer-local-must-match-map (kbd "M-s") nil)) -;; Source: . +;; Source: . ;; Manual: . (prot-emacs-builtin-package 'mct (setq mct-remove-shadowed-file-names t) ; when `file-name-shadow-mode' is enabled @@ -252,6 +252,6 @@ code that leverages =avy=. (define-key map (kbd "C-.") #'mct-avy-region-choose-completion))) #+end_src -And here is =mct.el= (from [[https://gitlab.com/protesilaos/dotfiles][my dotfiles' repo]]): +And here is =mct.el= (from [[https://git.sr.ht/~protesilaos/dotfiles][my dotfiles' repo]]): #+include: prot-lisp/mct.el src emacs-lisp :tangle no diff --git a/fontconfig/.config/fontconfig/conf.d/45-latin.conf b/fontconfig/.config/fontconfig/conf.d/45-latin.conf index e884377a..a1e4632e 100644 --- a/fontconfig/.config/fontconfig/conf.d/45-latin.conf +++ b/fontconfig/.config/fontconfig/conf.d/45-latin.conf @@ -37,7 +37,7 @@ - + Iosevka Comfy monospace diff --git a/fontconfig/.config/fontconfig/conf.d/60-latin.conf b/fontconfig/.config/fontconfig/conf.d/60-latin.conf index 64a1ffa0..710079b4 100644 --- a/fontconfig/.config/fontconfig/conf.d/60-latin.conf +++ b/fontconfig/.config/fontconfig/conf.d/60-latin.conf @@ -32,9 +32,9 @@ monospace - + Hack - + Iosevka Comfy Source Code Pro diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 9ec85649..a3690983 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -20,7 +20,7 @@ ## Commentary: # # This file is part of my custom desktop session: -# . +# . ## Code: diff --git a/notmuch/.mail/.notmuch/hooks/post-new b/notmuch/.mail/.notmuch/hooks/post-new index 47b9d00e..d3de1c55 100755 --- a/notmuch/.mail/.notmuch/hooks/post-new +++ b/notmuch/.mail/.notmuch/hooks/post-new @@ -22,7 +22,7 @@ # The order of those commands matters. Maybe I will write something # more sophisticated in the future. # -# Part of my dotfiles: . +# Part of my dotfiles: . # remove "unread" from "replied" diff --git a/shell/.bash_profile b/shell/.bash_profile index 2af3b732..b2b25484 100644 --- a/shell/.bash_profile +++ b/shell/.bash_profile @@ -1,7 +1,7 @@ # # ~/.bash_profile # -# Part of my dotfiles: https://gitlab.com/protesilaos/dotfiles +# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles # # Load my configs diff --git a/shell/.bashrc b/shell/.bashrc index f1b20acb..d6e8c872 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -7,7 +7,7 @@ # # BASH configuration file. Any modules such as the `dircolors` config # are stored in ~/.local/share/my_bash/. This setup is part of my -# dotfiles. See https://gitlab.com/protesilaos/dotfiles. +# dotfiles. See https://git.sr.ht/~protesilaos/dotfiles. # # Note that ALL MY SCRIPTS are designed to work with `#!/bin/bash`. # They are not tested for portability. diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 78659ee8..d194bc03 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -19,7 +19,7 @@ # # This file is part of my SwayWM session. Other important settings are # defined in application-specific initialisation files. See: -# . +# . # ## Code: diff --git a/vim/.vim/colors/modus_operandi.vim b/vim/.vim/colors/modus_operandi.vim index 2e41e693..a71b2095 100644 --- a/vim/.vim/colors/modus_operandi.vim +++ b/vim/.vim/colors/modus_operandi.vim @@ -3,7 +3,7 @@ " Description: Vim port of modus-operandi (Modus themes for Emacs) " Author: Protesilaos Stavrou, " Meta: Created with the modus-themes-exporter.el library -" URL: https://gitlab.com/protesilaos/modus-themes +" URL: https://git.sr.ht/~protesilaos/modus-themes set background=light hi clear diff --git a/vim/.vim/colors/modus_vivendi.vim b/vim/.vim/colors/modus_vivendi.vim index 4860f2ee..4fae4a42 100644 --- a/vim/.vim/colors/modus_vivendi.vim +++ b/vim/.vim/colors/modus_vivendi.vim @@ -3,7 +3,7 @@ " Description: Vim port of modus-vivendi (Modus themes for Emacs) " Author: Protesilaos Stavrou, " Meta: Created with the modus-themes-exporter.el library -" URL: https://gitlab.com/protesilaos/modus-themes +" URL: https://git.sr.ht/~protesilaos/modus-themes set background=dark hi clear diff --git a/vim/.vimrc b/vim/.vimrc index 4a3a7f59..4f982007 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -13,7 +13,7 @@ " dedicated tool. For me, Vim is just a text editor. " " This is part of my dotfiles, which deploy a custom desktop session -" based on BSPWM: https://gitlab.com/protesilaos/dotfiles. +" based on BSPWM: https://git.sr.ht/~protesilaos/dotfiles. " " The colour scheme is part of my Tempus Themes (designed for " accessibility): https://protesilaos.com/tempus-themes. Theme files @@ -77,8 +77,8 @@ set listchars=tab:›\ ,nbsp:␣,trail:•,precedes:«,extends:» " abbreviations (try not to use common words) iab medate =strftime('%Y-%m-%d') iab meweb https://protesilaos.com/ -iab megit https://gitlab.com/protesilaos -iab medot https://gitlab.com/protesilaos/dotfiles +iab megit https://git.sr.ht/~protesilaos +iab medot https://git.sr.ht/~protesilaos/dotfiles " Theme settings " -------------- diff --git a/xorg-twm/.config/sxhkd/sxhkdrc b/xorg-twm/.config/sxhkd/sxhkdrc index 0f8a0992..5dd4e78c 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc +++ b/xorg-twm/.config/sxhkd/sxhkdrc @@ -1,14 +1,14 @@ # # SXHKD module with WM-agnostic keys # -# Part of my dotfiles: . +# Part of my dotfiles: . # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `bspwm`. This is part of my dotfiles, which are managed -# with GNU Stow. See https://gitlab.com/protesilaos/dotfiles +# with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles ### Code: diff --git a/xorg-twm/.config/sxhkd/sxhkdrc_bspc b/xorg-twm/.config/sxhkd/sxhkdrc_bspc index 178efe1c..b6bd5060 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc_bspc +++ b/xorg-twm/.config/sxhkd/sxhkdrc_bspc @@ -1,13 +1,13 @@ # # SXHKD module with BPSWM-specific commands # -# Part of my dotfiles: https://gitlab.com/protesilaos/dotfiles +# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `bspwm`. This is part of my dotfiles, which are managed -# with GNU Stow. See https://gitlab.com/protesilaos/dotfiles +# with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles # # LARGE PORTIONS OF THIS FILE INVOKE MY SHELL SCRIPTS. Do not blindly # copy-paste from here! diff --git a/xorg-twm/.config/sxhkd/sxhkdrc_herbstclient b/xorg-twm/.config/sxhkd/sxhkdrc_herbstclient index 64bba29e..e658744a 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc_herbstclient +++ b/xorg-twm/.config/sxhkd/sxhkdrc_herbstclient @@ -1,13 +1,13 @@ # # SXHKD module with HerbstluftWM-specific commands # -# Part of my dotfiles: https://gitlab.com/protesilaos/dotfiles +# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `herbstclient`. This is part of my dotfiles, which are -# managed with GNU Stow. See https://gitlab.com/protesilaos/dotfiles +# managed with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles ### Code diff --git a/xorg-twm/bin/toggle_kbd_layout b/xorg-twm/bin/toggle_kbd_layout index ee6c6459..581bf918 100755 --- a/xorg-twm/bin/toggle_kbd_layout +++ b/xorg-twm/bin/toggle_kbd_layout @@ -15,7 +15,7 @@ # # Very simple way to switch keyboard layouts between US QWERTY and # standard Greek. Everything is part of my dotfiles: -# . +# . key_mods="$HOME"/.Xmodmap diff --git a/xorg-twm/bin/xtwm_focus_mode b/xorg-twm/bin/xtwm_focus_mode index d45e2693..8b31ad6b 100755 --- a/xorg-twm/bin/xtwm_focus_mode +++ b/xorg-twm/bin/xtwm_focus_mode @@ -14,7 +14,7 @@ # along with this program. If not, see . # # Wrapper for my "focus mode" scripts for Xorg tiling window managers. -# Part of my dotfiles: . +# Part of my dotfiles: . case "$DESKTOP_SESSION" in diff --git a/xorg/.Xresources b/xorg/.Xresources index 742a371e..9767583a 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -6,7 +6,7 @@ ! =========== ! ! This file is part of my dotfiles and is meant to work with the rest of -! my custom desktop session: https://gitlab.com/protesilaos/dotfiles +! my custom desktop session: https://git.sr.ht/~protesilaos/dotfiles ! Font settings (for programs that do not support fontconfig) diff --git a/xorg/.config/xterm/xterm_active_theme b/xorg/.config/xterm/xterm_active_theme index d0603897..e991506c 100644 --- a/xorg/.config/xterm/xterm_active_theme +++ b/xorg/.config/xterm/xterm_active_theme @@ -1,4 +1,4 @@ -! Part of my dotfiles: . +! Part of my dotfiles: . ! ! IMPORTANT do not edit manually!!! All themes are changed by a single ! script: delight. diff --git a/xorg/.profile b/xorg/.profile index 46334465..906666ec 100644 --- a/xorg/.profile +++ b/xorg/.profile @@ -21,7 +21,7 @@ # the session. It is conceptually similar to `.xinitrc' and I am # considering it as practically equivalent to it for the ordinary # functioning of my custom desktop session. Refer to my dotfiles for -# the specifics: https://gitlab.com/protesilaos/dotfiles +# the specifics: https://git.sr.ht/~protesilaos/dotfiles ############### diff --git a/xorg/.xinitrc b/xorg/.xinitrc index c63c3b68..b0b347c8 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -18,7 +18,7 @@ ### Commentary: # # This script is a core part of my custom desktop session, centred -# around GNU Emacs: . +# around GNU Emacs: . # ### Code: