#!/bin/sh awk '/^bindsym/ && !/workspace/ && !/XF86/' $SWAYRC | cut -d' ' -f3- | sort #sed -E 's/^bindsym --to-code (.*)/\1/'