aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-08 17:18:22 -0400
committertdro <tdro@users.noreply.github.com>2019-05-08 17:18:22 -0400
commita037e2556e6dedc8ff8279d112f7a3be2bf63244 (patch)
treebd579ac9e99a4ead7fb83436d5a451b457a4c077 /.config/awesome
parent29ac1387c84746d7bb65dccad5beca94c36f8253 (diff)
downloaddotfiles-a037e2556e6dedc8ff8279d112f7a3be2bf63244.tar.gz
dotfiles-a037e2556e6dedc8ff8279d112f7a3be2bf63244.tar.bz2
dotfiles-a037e2556e6dedc8ff8279d112f7a3be2bf63244.zip
.config/awesome/rc.lua: Disable window edge snapping
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index b44ec70..a3f2e35 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -14,6 +14,8 @@ local beautiful = require("beautiful")
local naughty = require("naughty")
local menubar = require("menubar")
local hotkeys_popup = require("awful.hotkeys_popup").widget
+-- Disable window edge snapping
+awful.mouse.snap.edge_enabled = false
-- Enable hotkeys help widget for VIM and other apps
-- when client with a matching name is opened:
require("awful.hotkeys_popup.keys")