mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3(add i3blocks), bspwm, nvim, tmux, ranger, zsh
This commit is contained in:
parent
53d009b671
commit
5374db696a
11 changed files with 137 additions and 33 deletions
6
script/kblayout
Executable file
6
script/kblayout
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
case "$(xkblayout)" in
|
||||
Eng) echo "en" ;;
|
||||
Ukr) echo "ua" ;;
|
||||
*) echo " " ;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue