Skip to content

Commit

Permalink
fix -hypr argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jun 19, 2023
1 parent a75677b commit afa8dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_shell/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def main():

settings = [shell_config_settings]
if args.hypr:
settings.append("shell_config_settings_hyprland")
settings.append(shell_config_settings_hyprland)

for s in settings:
if "terminal" not in s or not s["terminal"]:
Expand Down

0 comments on commit afa8dab

Please sign in to comment.