Update i3(add i3blocks), bspwm, nvim, tmux, ranger, zsh

This commit is contained in:
Smirnov Olexandr 2021-02-23 10:57:25 +02:00
parent 53d009b671
commit 5374db696a
11 changed files with 137 additions and 33 deletions

6
script/kblayout Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
case "$(xkblayout)" in
Eng) echo "en" ;;
Ukr) echo "ua" ;;
*) echo " " ;;
esac