memory-leaks

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

maintenance.org (1513B)


      1 * Configuration
      2 ** Bunsenlabs
      3 *** Keyboard
      4 Cf. keyboard(5):
      5 
      6 - add =ctrl:nocaps= in =/etc/default/keyboard=
      7 - run =udevadm trigger --subsystem-match=input --action=change=
      8 - run =setupcon= in a TTY
      9 
     10 *** Desktop
     11 **** Conky
     12 - see dotfiles
     13 
     14 **** ClipIt
     15 - disable hotkeys
     16 
     17 **** Openbox
     18 ***** =rc.xml=
     19 - comment A-m and A-r out
     20 - undecorate all windows:
     21 
     22 #+begin_src xml
     23 <application class="*">
     24   <decor>no</decor>
     25 </application>
     26 #+end_src
     27 
     28 ***** WM preferences
     29 - appearance: uncheck "windows retain a border when undecorated"
     30 - desktops: 4
     31 
     32 **** tint2
     33 - remove launcher and exit panel items
     34 - add date (time2)
     35 
     36 **** Calendar
     37 Make weeks begin on Monday by using the British locale:
     38 
     39 - uncomment =en_GB.UTF-8 UTF-8= in /etc/locale.gen
     40 - =sudo locale-gen=
     41 - =force_lang = en_GB.utf8= in =~/.config/gsimplecal/config=
     42 
     43 * Hiccups
     44 ** fix xfce4-terminal opening links with firefox-esr
     45 ** fix Thunar opening images with Firefox instead of Ristretto
     46 ** fix Ristretto thumbnails
     47 ** fix Ethernet after suspend
     48 Workaround:
     49 #+begin_src sh
     50 $ sudo modprobe -r sky2 && sudo modprobe -i sky2
     51 #+end_src
     52 References:
     53 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1841304
     54 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895378
     55 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921
     56 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809843
     57 - https://askubuntu.com/questions/1029620/ubuntu-18-04-lts-sky2-ethernet-stops-working-after-system-resume-from-suspend
     58 - https://bbs.archlinux.org/viewtopic.php?id=234725