Skip to content

Commit

Permalink
keymap: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Oct 18, 2023
1 parent 2bfcf8a commit f7dec7c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nwg_shell/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,11 @@ def main():
break
except subprocess.CalledProcessError:
pass
if keymap:
shell_config_settings["keyboard-xkb-layout"] = keymap
if shell_config_settings_hyprland:
shell_config_settings_hyprland["input-kb_layout"] = keymap

if keymap:
shell_config_settings["keyboard-xkb-layout"] = keymap
if shell_config_settings_hyprland:
shell_config_settings_hyprland["input-kb_layout"] = keymap

save_json(shell_config_settings, shell_config_settings_file)
if args.hypr:
Expand Down

0 comments on commit f7dec7c

Please sign in to comment.