Dotfiles config update (2022-11-27)

This commit is contained in:
q3aql 2022-11-27 13:28:55 +01:00
parent 819c60eeaa
commit 27c14a634e

View File

@ -1,3 +1,10 @@
#!/bin/bash
dwl -s somebar
# SET KEYBOARD LANGUAGE
LANG=es # Spanish
#LANG=us # English USA
#LANG=gb # English GB
# Run DWL
export XKB_DEFAULT_LAYOUT=${LANG}
dwl -s "somebar"