Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Implement config option for disabling context menu (right-click). Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Feb 19, 2017
1 parent 6ec7e49 commit 33a3f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do_build() {
do_install() {
[[ -e "${DESTDIR}" ]] || mkdir -p "${DESTDIR}"
find "${INSTALL_ROOT}" -type f -name '.git*' -delete
rm-rf "${INSTALL_ROOT}/usr/share/web-greeter/themes/default/.tx"
rm -rf "${INSTALL_ROOT}/usr/share/web-greeter/themes/default/.tx"
cp -R "${INSTALL_ROOT}"/* "${DESTDIR}"
}

Expand Down
2 changes: 2 additions & 0 deletions web-greeter/whither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33a3f0d

Please sign in to comment.