summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-04-29 17:23:37 +0200
committerQuentin Rameau <quinq@fifth.space>2017-04-29 17:59:08 +0200
commit7823ab6fc0d035a1e75a3d08867a0dfd04ff635f (patch)
treeda16e7006e10fd92728cdd4a3c2c8f9d73025089 /surf.c
parent9eda6f5dd556552c29dd43095dd5a9bf026a8a5f (diff)
downloadsurf-7823ab6fc0d035a1e75a3d08867a0dfd04ff635f.tar.gz
surf-7823ab6fc0d035a1e75a3d08867a0dfd04ff635f.tar.bz2
surf-7823ab6fc0d035a1e75a3d08867a0dfd04ff635f.zip
Move xid printing option from -x to -w
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index ba95063..84ab8e3 100644
--- a/surf.c
+++ b/surf.c
@@ -920,7 +920,7 @@ newwindow(Client *c, const Arg *a, int noembed)
cmd[i++] = fulluseragent;
}
if (showxid)
- cmd[i++] = "-x";
+ cmd[i++] = "-w";
/* do not keep zoom level */
cmd[i++] = "--";
if ((uri = a->v))
@@ -1899,7 +1899,7 @@ main(int argc, char *argv[])
case 'v':
die("surf-"VERSION", ©2009-2017 surf engineers, "
"see LICENSE for details\n");
- case 'x':
+ case 'w':
showxid = 1;
break;
case 'z':