- Fix nvim config - Add scripts - Add power setting - Add swayidle config - Add template system - Clean sway config
3 lines
60 B
Bash
3 lines
60 B
Bash
#! /bin/sh
|
|
|
|
awk '/^[^#]/ {print "set $"$1, $2}' $1 | tee $2
|