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

Commit 33a3f0d

Browse files
committed
Implement config option for disabling context menu (right-click). Fixes #116
1 parent 6ec7e49 commit 33a3f0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ do_build() {
4848
do_install() {
4949
[[ -e "${DESTDIR}" ]] || mkdir -p "${DESTDIR}"
5050
find "${INSTALL_ROOT}" -type f -name '.git*' -delete
51-
rm-rf "${INSTALL_ROOT}/usr/share/web-greeter/themes/default/.tx"
51+
rm -rf "${INSTALL_ROOT}/usr/share/web-greeter/themes/default/.tx"
5252
cp -R "${INSTALL_ROOT}"/* "${DESTDIR}"
5353
}
5454

web-greeter/whither.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WebGreeter:
1010
command: /usr/lib/at-spi2-core/at-spi-bus-launcher
1111
arg: --launch-immediately
1212
app_id: com.antergos.web-greeter
13+
context_menu:
14+
enabled: False
1315
debug_mode: '@debug_mode@'
1416
entry_point:
1517
autoload: False

0 commit comments

Comments
 (0)