Compare commits
No commits in common. "81150353020a282b59d6ff372dcb60a55d7b9af8" and "24ba1caafbd759608b32e6ae935b66afd1d2f57d" have entirely different histories.
8115035302
...
24ba1caafb
@ -268,10 +268,6 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Input layout
|
||||
#exec --no-startup-id setxkbmap us
|
||||
exec --no-startup-id setxkbmap es
|
||||
|
||||
# Start i3bar to display a workspace bar
|
||||
bar {
|
||||
position top
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f /usr/bin/setxkbmap ] ; then
|
||||
get_lang=$(setxkbmap -query 2> /dev/null | grep "layout:" | tr -s " " | cut -d ":" -f 2)
|
||||
if [ -z ${get_lang} ] ; then
|
||||
echo " us "
|
||||
else
|
||||
echo " ${get_lang} "
|
||||
fi
|
||||
else
|
||||
echo " us "
|
||||
fi
|
||||
|
@ -8,8 +8,7 @@ while [ ${status_bar} -eq 0 ] ; do
|
||||
cpuinfo=$(~/.config/i3/scripts/cpu_info.sh)
|
||||
meminfo=$(~/.config/i3/scripts/mem_info.sh)
|
||||
volume=$(~/.config/i3/scripts/get_volume.sh)
|
||||
lang=$(~/.config/i3/scripts/get_lang.sh)
|
||||
date=$(~/.config/i3/scripts/current_date.sh)
|
||||
echo "${updates} ${kernel} ${cpuinfo} ${meminfo} ${volume} ${lang} ${date}"
|
||||
echo "${updates} ${kernel} ${cpuinfo} ${meminfo} ${volume} ${date}"
|
||||
sleep 2
|
||||
done
|
||||
|
11
README.md
11
README.md
@ -108,17 +108,6 @@ i3-wm - My tiling i3 configuration for Debian
|
||||
tray_output HDMI-A-0
|
||||
````
|
||||
|
||||
* **`Layout:`**
|
||||
|
||||
* By default, the config load my spanish layout.:
|
||||
* Edit `~/.config/i3/config` for set your configuration:
|
||||
|
||||
```shell
|
||||
# Input layout
|
||||
#exec --no-startup-id setxkbmap us
|
||||
exec --no-startup-id setxkbmap es
|
||||
````
|
||||
|
||||
### Keys configuration:
|
||||
|
||||
My list of extra combinations:
|
||||
|
Loading…
x
Reference in New Issue
Block a user