From owner-freebsd-questions@freebsd.org Mon Nov 7 18:04:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9640EC35975 for ; Mon, 7 Nov 2016 18:04:28 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D752EAD for ; Mon, 7 Nov 2016 18:04:28 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id u205so144794413itc.0 for ; Mon, 07 Nov 2016 10:04:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=1NesRZcogVLTuX6ZkeLrolMUIC+y0r7pFCHze4ppMBM=; b=eON0FXQzgO+kANa8lQex1N0HgcVxMYDjqZdnjAfLHf/E6+0fGRYyiG4dkm4+3vKHOs xE6M5aCQb/WoT5pcj1JTe/5Hq0Ayj3Oz8i3hD3S3UxFSnHgprvncGGdGMiO+zKuvOgvL 0M5CgVmlkTcmZZCCp/+8xyc56Y+NZJK1WbWeXqhD1MdNBCWldxpwJ8+YmcI0sfaCXJnM qqkV+fQypGlFZLMom9Uh2SG+fssGfqVd2HGXB0hZfXaCDIcAmMfGBWcpTyLq6N3KOf9P JjdMDeAp4rrqABgNpM4E+dbg9DumbHTgbvN4Ny+4RrlcZn1OdGcOmbnk5GzwW4+TAu9v khiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=1NesRZcogVLTuX6ZkeLrolMUIC+y0r7pFCHze4ppMBM=; b=eNi0TvTL+5tDYuSc1PimYjYELa/kdfENnKbsjnxlMGwx++A1kMp13JE1YBOURSPFoX KTGYpAlDcbUL+UpOfw0cSw/xnhruXTBgHwDGkeOEe3k74ODbEy/gpU1xjo8zmd2+IxoJ hiE1DDi4FC/BBIb/RqLOIZ+hdghoorKY3yhJvOr6kkA0tiOig4zhpxUHEWC0tU5KXP7c je7N9dngkPgr/ox+fypZSw7010P9XcNjd1Gw/eV0fOdGDs31twrwaJg1SIQ9xDJ/ZwnZ WhCKA2Af3a3rSTVWWix9eR5ljjTz2Z5ksBZ8Z1+iBbG379WEEh/97SNbJhNP8v6Esaif Vuvw== X-Gm-Message-State: ABUngvcTjhVUmvETkcfIAX2nxtOZ0fWitGYZoLEpxcxDHn3rxWFT3aH43fiYv0yUhttOKQ== X-Received: by 10.107.12.214 with SMTP id 83mr5101493iom.10.1478541867792; Mon, 07 Nov 2016 10:04:27 -0800 (PST) Received: from localhost.localdomain (50-243-4-3-static.hfc.comcastbusiness.net. [50.243.4.3]) by smtp.googlemail.com with ESMTPSA id l63sm10585174ioe.8.2016.11.07.10.04.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Nov 2016 10:04:27 -0800 (PST) To: FreeBSD Users From: jd1008 Subject: How to set delta pixels change to detect mouse movement Message-ID: <5820C223.4070807@gmail.com> Date: Mon, 7 Nov 2016 11:04:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 18:04:28 -0000 Hi all, Some gui apps have very thin bordered windows, so thin that if I want to enlarge of shrink the window, I find it impossible to position the cursor exactly on the spot of the border of that window in order to get the resizing to take place. Is there a setting I can place in ~/.Xdefaults so that I can set the delta movement small enough in order to capture the edge of the boarder and resize the window?