ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ratpoison: tweak F# keys to match current laptop

+11 -4
+11 -4
.ratpoisonrc
··· 16 16 msgwait 3 17 17 set barborder 0 18 18 set bargravity nw 19 - set barpadding 14 8 19 + set barpadding 25 8 20 20 # this prevents it from taking dzen's padding into account 21 21 set barinpadding 1 22 22 set barsticky on 23 23 set bgcolor #6C7C87 24 24 set fgcolor gray85 25 - set font "dejavu sans mono:size=5.5" 25 + set font "dejavu sans mono:size=7" 26 + # cover any possible window title from barsticky 27 + set inputwidth 1500 26 28 set winliststyle row 27 29 set winfmt %t 28 30 ··· 65 67 definekey top M-3 vselect 3 66 68 definekey top M-4 vselect 4 67 69 68 - definekey top F2 exec xbacklight -dec 5 69 - definekey top F3 exec xbacklight -inc 5 70 + # match symbols on the keys of my current laptop as if Fn Lock were on, without 71 + # having to actually enable Fn Lock 72 + definekey top F2 exec xbacklight -dec 10 73 + definekey top F3 exec xbacklight -inc 10 74 + definekey top F6 exec mixerctl outputs.master.mute=toggle 75 + definekey top F7 exec mixerctl outputs.master=-10 76 + definekey top F8 exec mixerctl outputs.master=+10 70 77 71 78 # don't do that 72 79 warp off