summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-01-21 18:08:11 +0100
committerDave Davenport <qball@gmpclient.org>2019-01-21 18:09:34 +0100
commitcac2eb1a7fec8238379526d5195cd0d3bad1620a (patch)
tree33630daf1d3ae28d179fb535871335903e5b268d /config
parent41e15539b4cb030eeff65ccd74b4278e26ed7251 (diff)
change default alt. window command to bring to current desktop.
Xkill is duplicate of shift-del (build in close). This is more useful. Fix test-case. Fixes: #902
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 56053b04..855dacdc 100644
--- a/config/config.c
+++ b/config/config.c
@@ -66,7 +66,7 @@ Settings config = {
/** Command executed when running application in terminal */
.run_shell_command = "{terminal} -e {cmd}",
/** Command executed on accep-entry-custom for window modus */
- .window_command = "xkill -id {window}",
+ .window_command = "wmctrl -i -R {window}",
/** No default icon theme, we search Adwaita and gnome as fallback */
.icon_theme = NULL,
/**