Spanish is the new french 🦀

This commit is contained in:
Lucas Hernán Tarche 2021-07-04 18:31:11 -03:00
parent 0a4a69cc30
commit 00a3646140
2 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
# IDEs
.idea/
.idea/
.vscode/

View File

@ -56,9 +56,9 @@ config.awesome = {
}
-- Default text editor
config.awesome.editor = os.getenv("EDITOR") or "nano"
-- config.awesome.editor = os.getenv("EDITOR") or "nano"
-- config.awesome.editor = "vi"
-- config.awesome.editor = "code"
config.awesome.editor = "code"
-- Default text editor command
config.awesome.editor_cmd = config.awesome.terminal .. " -e " .. config.awesome.editor
@ -118,10 +118,10 @@ config.keys.global_keys = {
-- Keyboard layout
keyboard_layout = {
-- Switch between layouts
switch = { { "Mod1" }, "Shift_L" },
switch = { { "Mod1" }, "Shift_R" },
-- Switch between layouts (alternative)
switch_alt = { { "Shift" }, "Alt_L" },
-- switch_alt = { { "Al" }, "Alt_R" },
}
}
@ -157,7 +157,7 @@ config.widgets = {
-- Keyboard layout widget
keyboard_layout = {
enabled = true,
layouts = { "fr", "us" },
layouts = { "latam", "us" },
layout_switch_command = "setxkbmap",
},