Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Nov 1, 2023
2 parents 2698e45 + 732095d commit 2e7ef29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(f_name):

setup(
name='nwg-shell',
version='0.5.16',
version='0.5.17',
description='GTK3-based shell for sway Wayland compositor',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 2e7ef29

Please sign in to comment.