Make DCSS playable on 4k displays
Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it is barely readable. This is how I made it playable.
Make a file ~/.crawlrc
with the following content:
# Adjust the sizes to your liking.
tile_font_crt_size = 32
tile_font_stat_size = 32
tile_font_msg_size = 32
tile_font_tip_size = 32
tile_font_lbl_size = 32
tile_sidebar_pixels = 64
To zoom in and out in viewport, press Ctrl+
and Ctrl-
respectively.
All the possible options are documented in the Dungeon Crawl Stone Soup Options Guide file.
Other notes
- Sane defaults for tmux with more visible statusbar
- plan9 Run 9front in Qemu
- dcss Dungeon Crawl Stone Soup - New player guide
- Online radio streaming with MPV from terminal
- Cronjobs on Github with Github Actions
- Uninstall Ollama from a Linux box
- 10/GUI 10 Finger Multitouch User Interface
- Parse RSS feeds with Lua
- plan9 Mount Plan9 over network
- Add lazy loading of images in Jekyll posts
- Write ISO to USB Key
- dcss Sane default for Dungeon Crawl Stone Soup Online edition
- plan9 Compile drawterm on Fedora 38
- c Extend Lua with custom C functions using Clang
- AWS EB PyYAML fix