diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-09-02 07:21:37 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-09-02 07:22:52 +0200 |
| commit | de544cfaef5a923ab692cd98b2d438a8273c723c (patch) | |
| tree | fa0cb5d3fd3cdf2dd520e27aa2d3c1c0ef26e9d5 /guides/setups/nc10-laptop/debian-buster.org | |
| parent | 579df86181b7527653bec0a27351c7c59ee229fa (diff) | |
| download | memory-leaks-de544cfaef5a923ab692cd98b2d438a8273c723c.tar.xz | |
Note down further setup steps for Buster
Cf. <https://forum.xfce.org/viewtopic.php?id=9585>.
Diffstat (limited to 'guides/setups/nc10-laptop/debian-buster.org')
| -rw-r--r-- | guides/setups/nc10-laptop/debian-buster.org | 24 |
1 files changed, 23 insertions, 1 deletions
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 |
