diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-07 01:39:04 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-07 01:39:04 (EST) |
commit | 66e573b2f91dc0d3517297ec2cfd890d5783c798 (patch) | |
tree | 6ed59dcdc0cdb2902b8ff2b9d4f42aa0230bc8b3 /.fluxbox/init | |
parent | 7ea8e01688a0d012cc38b011ce5a161b985237b9 (diff) | |
download | fluxbox-66e573b2f91dc0d3517297ec2cfd890d5783c798.zip fluxbox-66e573b2f91dc0d3517297ec2cfd890d5783c798.tar.gz fluxbox-66e573b2f91dc0d3517297ec2cfd890d5783c798.tar.bz2 |
.fluxbox/init: Snap windows to screen and window edges
Diffstat (limited to '.fluxbox/init')
-rw-r--r-- | .fluxbox/init | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.fluxbox/init b/.fluxbox/init index ad20c68..3320dcc 100644 --- a/.fluxbox/init +++ b/.fluxbox/init @@ -1,6 +1,7 @@ -session.menuFile: ~/.fluxbox/menu -session.keyFile: ~/.fluxbox/keys -session.styleFile: /usr/share/fluxbox/styles/Squared_for_Debian -session.configVersion: 13 -session.screen0.workspaces: 6 -session.screen0.toolbar.visible: False +session.menuFile: ~/.fluxbox/menu +session.keyFile: ~/.fluxbox/keys +session.styleFile: /usr/share/fluxbox/styles/Squared_for_Debian +session.configVersion: 13 +session.screen0.workspaces: 6 +session.screen0.toolbar.visible: False +session.screen0.edgeSnapThreshold: 10 |