Protesilaos's dotfile collection. Should be fun to poke through.
Go to file
Protesilaos Stavrou f0e2b4b4bc
BREAKING CHANGE: Disable dunst shortcuts
They would conflict with some of my SXHKD bindings.  A notification
daemon should expose its functionality to a client that can be
controlled via the console.  This fact alone is reasone for me to search
for alternatives, including the possibility of switching to the generic
tool that ships with the MATE desktop (my fallback DE).
2019-05-25 18:36:32 +03:00
bin BREAKING CHANGE: Replace NeoMutt with Mutt 2019-05-25 18:28:56 +03:00
bspwm BREAKING CHANGE: Replace NeoMutt with Mutt 2019-05-25 18:28:56 +03:00
colours/.local/share/my_colours Update Tempus themes 2019-05-07 11:46:14 +03:00
compton/.config Update compton config 2019-05-11 14:41:45 +03:00
dunst/.config/dunst BREAKING CHANGE: Disable dunst shortcuts 2019-05-25 18:36:32 +03:00
fontconfig/.config/fontconfig Remove Terminus from "Monospace" alias 2019-04-24 10:39:12 +03:00
gtk Update Tempus themes 2019-05-07 11:46:14 +03:00
keyring/.config/autostart Restart repo history 2019-02-06 21:34:01 +02:00
music/.config Remove ALL Vim folds 2019-05-09 09:09:12 +03:00
newsboat/.config/newsboat Add a couple of MPV macros to newsboat 2019-05-25 18:35:20 +03:00
NO-STOW-git Define my git core editor 2019-02-25 22:04:06 +02:00
NO-STOW-mutt/.mutt BREAKING CHANGE: Replace NeoMutt with Mutt 2019-05-25 18:28:56 +03:00
NO-STOW-xorg-extra Restart repo history 2019-02-06 21:34:01 +02:00
shell Add bash alias for git add --patch 2019-05-14 09:45:12 +03:00
tmux Further tweaks to tmux pane styles 2019-05-13 09:57:51 +03:00
vim Update Vim colour schemes 2019-05-23 17:11:28 +03:00
xterm Minor tweaks to XTerm resources 2019-05-25 18:24:42 +03:00
.gitignore Declutter the HOME dir. Store data in ~/.local/share. Relevant updates. 2019-02-23 15:55:19 +02:00
COPYING Restart repo history 2019-02-06 21:34:01 +02:00
README.md Fix typo in README 2019-05-11 14:35:28 +03:00

Custom desktop session (BSPWM) and configurations for GNU/Linux

My custom desktop session can be outlined thus:

  • Debian stable because rolling release distros tend to be overrated.
  • bspwm for fine-grained window management.
  • tmux to make the terminal power user even more powerful (no plugins).
  • vim because I can't exit it (no plugins).
  • Carefully-defined font configurations to complement my hardware and satisfy my aesthetic preferences.
  • Full integration of my Tempus themes for considerate colour contrast and easy live theme switching for the entire session.
  • The superb Maté desktop environment as a fallback option and provider of some important programs and system-wide base configurations.

Demos

Get my configs

To reproduce my custom desktop session on Debian 10 'buster', follow the detailed instructions in my book "Prot's Dots for Debian (PDFD)": https://protesilaos.com/pdfd. It is freely available under the terms of Creative Commons Attribution-ShareAlike License Version 4.0 International.

PDFD will only offer guidance about the latest "fixed release" of my dotfiles. These are tagged with the appropriate annotation (formatted as -pdfd<?_label>) and are then synced with a separate code repo, titled "Code for PDFD": https://gitlab.com/protesilaos/cpdfd.

Do not track my dotfiles directly

My dotfiles' repo functions as a laboratory for my custom desktop session. I offer no support whatsoever about tracking it and may introduce breaking changes without prior notice.

Just use PDFD. It is why I spent an inordinate amount of time cleaning up the code, documenting it extensively, and ultimately writing instructions about how to reproduce it.

That granted, you can always open an issue here or contribute any fixes.

Copying

Unless otherwise noted, all code herein is distributed under the terms of the GNU General Public License Version 3 or later.