#!/bin/bash # cheatsheet.sh — opens the sway keybind cheatsheet in a new foot terminal # running less. Press q to quit. exec foot sh -c 'exec less -SRFX "$HOME/.config/sway/cheatsheet.md"'