memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit de544cfaef5a923ab692cd98b2d438a8273c723c
parent 579df86181b7527653bec0a27351c7c59ee229fa
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  2 Sep 2019 07:21:37 +0200

Note down further setup steps for Buster

Cf. <https://forum.xfce.org/viewtopic.php?id=9585>.

Diffstat:
MREADME.md | 2+-
Mguides/setups/nc10-laptop/debian-buster.org | 24+++++++++++++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 10520 words in 23 pages +## still reachable: 10596 words in 23 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org @@ -175,6 +175,26 @@ Set names to 🖵. *** Appearance **** Style Greybird + +Patch the xfwm-tabwin style to prevent the mouse from screwing with +Alt-Tab: + +#+BEGIN_SRC diff +diff -u /usr/share/themes/Greybird/gtk-2.0/gtkrc.bkp /usr/share/themes/Greybird/gtk-2.0/gtkrc +--- /usr/share/themes/Greybird/gtk-2.0/gtkrc.bkp ++++ /usr/share/themes/Greybird/gtk-2.0/gtkrc +@@ -897,8 +897,8 @@ + + bg[NORMAL] = shade (0.15, @text_color) + bg[ACTIVE] = shade (0.65, @selected_bg_color) +- bg[PRELIGHT] = shade (0.75, @selected_bg_color) +- bg[SELECTED] = shade (0.55, @bg_color) ++ bg[PRELIGHT] = shade (0.55, @bg_color) ++ bg[SELECTED] = shade (0.75, @selected_bg_color) + + fg[NORMAL] = shade (0.8, @base_color) + fg[ACTIVE] = @base_color +#+END_SRC **** Icons elementary Xfce darker **** Fonts @@ -212,7 +232,7 @@ Somewhat shorter than with BunsenLabs… Write script to apply powertop advice. ** Install more stuff -ripgrep vim wordnet +htop ripgrep vim wordnet *** documentation info manpages-dev manpages-posix manpages-posix-dev gcc-doc tar-doc @@ -221,3 +241,5 @@ E: Package 'gcc-doc' has no installation candidate #+END_QUOTE gcc-doc is only available in the /backports/? +*** Emacs build dependencies +libjansson-dev libwebkit2gtk-4.0-dev