Browse Source

Implement config option for disabling context menu (right-click). Fixes antergos/web-greeter#116

sisyphus
Dustin Falgout 8 years ago
parent
commit
33a3f0dfd6
No known key found for this signature in database
GPG Key ID: AEA529BF122902E5
  1. 2
      web-greeter/whither.yml

2
web-greeter/whither.yml

@ -10,6 +10,8 @@ WebGreeter:
command: /usr/lib/at-spi2-core/at-spi-bus-launcher
arg: --launch-immediately
app_id: com.antergos.web-greeter
context_menu:
enabled: False
debug_mode: '@debug_mode@'
entry_point:
autoload: False

Loading…
Cancel
Save