X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fconfig.py;h=823d9d3fd3db39b4b20c45cd373e9d519215db64;hb=5559780c26c12a23d3221ca3ecf6574b4b1670a4;hp=e59360bee323aa41a23fba7bf6445cc42380c44e;hpb=38396b8a8dd3f67bc893e26dde980d5338469521;p=chaz%2Fopenbox diff --git a/scripts/config.py b/scripts/config.py index e59360be..823d9d3f 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -30,15 +30,5 @@ desktop_names = ["one", "two", "three", "four", "five", "six", "seven", \ # between. number_of_desktops = 4 -############################################################################# -### Options that can be modified by the user to change the default hooks' ### -### behaviors. ### -############################################################################# - -# resize_nearest - 1 to resize from the corner nearest where the mouse is, 0 -# to resize always from the bottom right corner. -resize_nearest = 1 - - print "Loaded config.py"