commit b86a7a6

Emilia Smólska  ·  2026-07-30 18:03:14 +0000 UTC
parent e9be905
12x24larp
6 files changed,  +7, -114
M cwmrc
+2, -2
1@@ -3,5 +3,5 @@ XTerm*termName:vt220
2 XTerm*scrollBar:false
3 XClock*analog:false
4 XClock*render:true
5-XTerm*faceName:Luxi Mono:size=8.25
6-XClock*face:Luxi Mono:size=8.25
7+XTerm*faceName:Emilia Fixed:pixelsize=24
8+XClock*face:Emilia Fixed:pixelsize=24
+3, -3
 1@@ -3,14 +3,14 @@
 2 <fontconfig>
 3 	<alias binding="strong">
 4 		<family>serif</family>
 5-		<prefer><family>Luxi Mono</family></prefer>
 6+		<prefer><family>Emilia Fixed</family></prefer>
 7 	</alias>
 8 	<alias binding="strong">
 9 		<family>sans-serif</family>
10-		<prefer><family>Luxi Mono</family></prefer>
11+		<prefer><family>Emilia Fixed</family></prefer>
12 	</alias>
13 	<alias binding="strong">
14 		<family>monospace</family>
15-		<prefer><family>Luxi Mono</family></prefer>
16+		<prefer><family>Emilia Fixed</family></prefer>
17 	</alias>
18 </fontconfig>
+1, -1
1@@ -1,2 +1,2 @@
2 [Settings]
3-gtk-font-name = Luxi Mono 11
4+gtk-font-name = Emilia Fixed 24px
M cwmrc
+1, -1
1@@ -1,4 +1,4 @@
2-fontname "Luxi Mono:size=8.25"
3+fontname "Emilia Fixed:pixelsize=24"
4 
5 ignore xclock
6 
+0, -1
1@@ -1,6 +1,5 @@
2 set -xe
3 c() { diff -u $2 $1 || verily cp -i $1 $2; }
4-c system/chromium/unveil.main /etc/chromium/unveil.main
5 c system/login.conf /etc/login.conf
6 c system/rc.conf.local /etc/rc.conf.local
7 c system/sysctl.conf /etc/sysctl.conf
+0, -106
  1@@ -1,106 +0,0 @@
  2-# needed for video(4)
  3-/dev/video0 rw
  4-/dev/video1 rw
  5-/dev/video2 rw
  6-/dev/video3 rw
  7-/dev/video4 rw
  8-/dev/video5 rw
  9-/dev/video6 rw
 10-/dev/video7 rw
 11-
 12-/dev/dri rw
 13-
 14-# needed for FIDO authentication
 15-/dev/fido rw
 16-
 17-/dev/null rw
 18-
 19-# needed for chromium
 20-/etc/chromium r
 21-
 22-# needed for fontconfig
 23-/etc/fonts r
 24-
 25-# needed for dbus
 26-/etc/machine-id r
 27-
 28-# needed for IPC communication, X.Org, etc.
 29-/tmp rwc
 30-
 31-# needed for printing with lpr(1)
 32-/usr/bin/lpr rx
 33-
 34-# needed for xdg tools
 35-/usr/local/bin/update-desktop-database rx
 36-/usr/local/bin/xdg-desktop-menu rx
 37-/usr/local/bin/xdg-icon-resource rx
 38-/usr/local/bin/xdg-open rx
 39-/usr/local/bin/xdg-settings rx
 40-
 41-# libexpat is required for file dialog
 42-/usr/lib r
 43-
 44-# misc. files and libraries
 45-/usr/local/lib r
 46-/usr/local/chrome rx
 47-/usr/local/share r
 48-
 49-# fontconfig
 50-/var/cache/fontconfig r
 51-
 52-# drm and misc xorg stuff
 53-/usr/X11R6/lib r
 54-/usr/X11R6/share r
 55-
 56-# needs /var/run in case /var/run/dbus is not available
 57-# needed by messagebus
 58-/var/run rw
 59-
 60-# ~ gets expanded to $HOME
 61-~/.XCompose r
 62-~/.Xauthority r
 63-~/.Xdefaults r
 64-~/.fontconfig r
 65-~/.fonts r
 66-~/.fonts.conf r
 67-~/.fonts.conf.d r
 68-~/.icons r
 69-~/.pki rwc
 70-~/.sndio rwc
 71-~/.terminfo r
 72-
 73-~/.cache/chromium rwc
 74-~/.cache/at-spi rw
 75-~/.cache/dconf rwc
 76-~/.cache/fontconfig rwc
 77-~/.cache/gvfsd rwc
 78-~/.cache/thumbnails rwc
 79-
 80-~/.config/chromium rwc
 81-~/.config/dconf r
 82-~/.config/fcitx r
 83-~/.config/fontconfig r
 84-~/.config/gtk-3.0 r
 85-~/.config/ibus r
 86-~/.config/mimeapps.list r
 87-~/.config/user-dirs.dirs r
 88-
 89-~/.local/share/applications rwc
 90-~/.local/share/applnk r
 91-~/.local/share/fonts r
 92-~/.local/share/glib-2.0 r
 93-
 94-# needs write access due to chromium profile icons 
 95-~/.local/share/icons rwc
 96-
 97-~/.local/share/mime r
 98-~/.local/share/recently-used.xbel rwc
 99-~/.local/share/themes r
100-
101-# use this directory for downloading and uploading
102-~/Downloads rwc
103-
104-~/Projects/dotfiles r
105-~/.local/share/profanity/downloads r
106-
107-XDG_RUNTIME_DIR rwc