dotfiles/.config/dwl/dwl_start.sh

11 lines
162 B
Bash
Raw Normal View History

2022-11-26 23:40:39 +01:00
#!/bin/bash
2022-11-27 13:28:55 +01:00
# SET KEYBOARD LANGUAGE
LANG=es # Spanish
#LANG=us # English USA
#LANG=gb # English GB
# Run DWL
export XKB_DEFAULT_LAYOUT=${LANG}
dwl -s "somebar"