From de544cfaef5a923ab692cd98b2d438a8273c723c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 2 Sep 2019 07:21:37 +0200 Subject: Note down further setup steps for Buster Cf. . --- guides/setups/nc10-laptop/debian-buster.org | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'guides/setups') diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org index f1d97c8..97f035f 100644 --- 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 -- cgit v1.2.3